Merge pull request #6654 from atm-florian/5.0

fix: missing attribute update
This commit is contained in:
Laurent Destailleur 2017-04-11 10:59:31 +02:00 committed by GitHub
commit f5f062936e

View File

@ -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;