From 9cb5673c36561aba1a251ee712add0f98199f245 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 23 Nov 2020 19:46:24 +0100 Subject: [PATCH] Fix remove var_dump --- htdocs/product/price.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index d89020b33a3..f93545ee19e 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -279,9 +279,7 @@ if (empty($reshook)) } elseif (!$error) { - var_dump(GETPOST('price', 'alpha')); $newprice = price2num(GETPOST('price', 'alpha')); - var_dump($newprice);exit; $newprice_min = price2num(GETPOST('price_min', 'alpha')); $newpricebase = GETPOST('price_base_type', 'alpha'); $tva_tx_txt = GETPOST('tva_tx', 'alpha'); // tva_tx can be '8.5' or '8.5*' or '8.5 (XXX)' or '8.5* (XXX)'