Skip to content

Commit a669985

Browse files
authored
Update fournisseur.commande.class.php
1 parent 9b69974 commit a669985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htdocs/fourn/class/fournisseur.commande.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1 = 0.0, $txloca
21842184
// la part ht, tva et ttc, et ce au niveau de la ligne qui a son propre taux tva.
21852185

21862186
$tabprice = calcul_price_total((float) $qty, $pu, $remise_percent, $txtva, (float) $txlocaltax1, (float) $txlocaltax2, 0, $price_base_type, $info_bits, $product_type, $this->thirdparty, $localtaxes_type, 100, $this->multicurrency_tx, (float) $pu_ht_devise);
2187-
2187+
21882188
$total_ht = $tabprice[0];
21892189
$total_tva = $tabprice[1];
21902190
$total_ttc = $tabprice[2];

0 commit comments

Comments
 (0)