Merge pull request #6654 from atm-florian/5.0
fix: missing attribute update
This commit is contained in:
commit
f5f062936e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user