Fix: Use undeclared variable
This commit is contained in:
parent
94d1e6180e
commit
94a884cea8
@ -1490,7 +1490,7 @@ class FactureFournisseur extends CommonInvoice
|
|||||||
$line->qty = $qty;
|
$line->qty = $qty;
|
||||||
$line->remise_percent = $remise_percent;
|
$line->remise_percent = $remise_percent;
|
||||||
|
|
||||||
$this->line->vat_src_code=$vat_src_code;
|
$line->vat_src_code=$vat_src_code;
|
||||||
$line->tva_tx = $vatrate;
|
$line->tva_tx = $vatrate;
|
||||||
$line->localtax1_tx = $txlocaltax1;
|
$line->localtax1_tx = $txlocaltax1;
|
||||||
$line->localtax2_tx = $txlocaltax2;
|
$line->localtax2_tx = $txlocaltax2;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user