Fix rounding
This commit is contained in:
parent
8debb58f7c
commit
3a2230e41d
@ -869,7 +869,7 @@ if (empty($reshook))
|
||||
}
|
||||
|
||||
$price_base_type = 'HT';
|
||||
$pu_ht_devise = GETPOST('multicurrency_subprice');
|
||||
$pu_ht_devise = GETPOST('multicurrency_subprice', 'CU');
|
||||
|
||||
// Add buying price
|
||||
$fournprice = (GETPOST('fournprice') ? GETPOST('fournprice') : '');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user