Fixing style errors.

This commit is contained in:
stickler-ci 2020-03-26 08:34:27 +00:00
parent 1e13dbe270
commit 38029abcb1

View File

@ -712,7 +712,7 @@ class SupplierProposal extends CommonObject
if ($conf->multicurrency->enabled && $pu_ht_devise > 0) {
$pu = 0;
}
$tabprice = calcul_price_total($qty, $pu, $remise_percent, $txtva, $txlocaltax1, $txlocaltax2, 0, $price_base_type, $info_bits, $type, $this->thirdparty, $localtaxes_type, 100, $this->multicurrency_tx, $pu_ht_devise);
$total_ht = $tabprice[0];
$total_tva = $tabprice[1];