Fix remove var_dump

This commit is contained in:
Laurent Destailleur 2020-11-23 19:46:24 +01:00
parent c5278197fb
commit 9cb5673c36

View File

@ -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)'