New: Can create manually order from proposal
This commit is contained in:
parent
22b24049e9
commit
86d8385d95
@ -807,6 +807,7 @@ class Commande extends CommonObject
|
||||
$line->fk_product = $object->lines[$i]->fk_product;
|
||||
$line->info_bits = $object->lines[$i]->info_bits;
|
||||
$line->product_type = $object->lines[$i]->product_type;
|
||||
$line->rang = $object->lines[$i]->rang;
|
||||
$line->special_code = $object->lines[$i]->special_code;
|
||||
|
||||
$this->lines[$i] = $line;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user