2
0
forked from Wavyzz/dolibarr

Merge pull request #15907 from atm-kevin/Fix_multicurrency_supplier_invoice_puht_devise

Fix #14353
This commit is contained in:
Laurent Destailleur
2021-01-06 19:32:53 +01:00
committed by GitHub

View File

@@ -1107,7 +1107,7 @@ if (empty($reshook))
$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'));
$price_base_type = 'HT';