Merge pull request #17667 from aspangaro/11p1

FIX wrong variable fk_code_ventilation register for addline
This commit is contained in:
Laurent Destailleur 2021-05-20 14:31:52 +02:00 committed by GitHub
commit e6e6574cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1955,7 +1955,7 @@ class FactureFournisseur extends CommonInvoice
$this->line->remise_percent = $remise_percent;
$this->line->date_start = $date_start;
$this->line->date_end = $date_end;
$this->line->ventil = $ventil;
$this->line->fk_code_ventilation = $ventil;
$this->line->rang = $rang;
$this->line->info_bits = $info_bits;
$this->line->fk_remise_except = $fk_remise_except;