Fix #14353
This commit is contained in:
parent
5f9b53004b
commit
e8ba4de832
@ -1107,7 +1107,7 @@ if (empty($reshook))
|
|||||||
|
|
||||||
$tva_tx = (GETPOST('tva_tx') ? GETPOST('tva_tx') : 0);
|
$tva_tx = (GETPOST('tva_tx') ? GETPOST('tva_tx') : 0);
|
||||||
|
|
||||||
if (GETPOST('price_ht') != '')
|
if (GETPOST('price_ht') != '' || GETPOST('multicurrency_subprice') != '')
|
||||||
{
|
{
|
||||||
$up = price2num(GETPOST('price_ht'));
|
$up = price2num(GETPOST('price_ht'));
|
||||||
$price_base_type = 'HT';
|
$price_base_type = 'HT';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user