Fix price2num
This commit is contained in:
parent
c10072ccef
commit
445a751d6b
@ -1191,7 +1191,7 @@ if (empty($reshook))
|
|||||||
$tva_tx = '';
|
$tva_tx = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$qty = price2num(GETPOST('qty'.$predef), 'alpha');
|
$qty = price2num(GETPOST('qty'.$predef, 'alpha'));
|
||||||
$remise_percent = GETPOST('remise_percent'.$predef);
|
$remise_percent = GETPOST('remise_percent'.$predef);
|
||||||
$price_ht_devise = price2num(GETPOST('multicurrency_price_ht'), 'CR');
|
$price_ht_devise = price2num(GETPOST('multicurrency_price_ht'), 'CR');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user