Skip to content

Commit eee86c0

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
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];
@@ -2193,7 +2193,7 @@ public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1 = 0.0, $txloca
21932193
$pu = $pu_ht = $tabprice[3];
21942194
$pu_tva = $tabprice[4];
21952195
$pu_ttc = $tabprice[5];
2196-
2196+
21972197
// MultiCurrency
21982198
$multicurrency_total_ht = $tabprice[16];
21992199
$multicurrency_total_tva = $tabprice[17];
@@ -2230,7 +2230,7 @@ public function addline($desc, $pu_ht, $qty, $txtva, $txlocaltax1 = 0.0, $txloca
22302230
$this->line->remise_percent = $remise_percent;
22312231
$this->line->subprice = (float) $pu_ht;
22322232
$this->line->subprice_ttc = (float) $pu_ttc;
2233-
2233+
22342234
$this->line->rang = $rang;
22352235
$this->line->info_bits = $info_bits;
22362236

0 commit comments

Comments
 (0)