Fix price2num

This commit is contained in:
Laurent Destailleur 2021-01-11 12:56:28 +01:00
parent c10072ccef
commit 445a751d6b

View File

@ -1191,7 +1191,7 @@ if (empty($reshook))
$tva_tx = '';
}
$qty = price2num(GETPOST('qty'.$predef), 'alpha');
$qty = price2num(GETPOST('qty'.$predef, 'alpha'));
$remise_percent = GETPOST('remise_percent'.$predef);
$price_ht_devise = price2num(GETPOST('multicurrency_price_ht'), 'CR');