Skip to content
Snippets Groups Projects
Commit f5f06293 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6654 from atm-florian/5.0

fix: missing attribute update
parents 7f7ba627 76687028
No related branches found
No related tags found
No related merge requests found
......@@ -1503,6 +1503,7 @@ class CommandeFournisseur extends CommonOrder
$this->line->product_type=$product_type;
$this->line->remise_percent=$remise_percent;
$this->line->subprice=$pu_ht;
$this->line->rang=$this->rang;
$this->line->info_bits=$info_bits;
$this->line->vat_src_code=$vat_src_code;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment