Fix remove var_dump
This commit is contained in:
parent
c5278197fb
commit
9cb5673c36
@ -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)'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user