New: Can create manually order from proposal

This commit is contained in:
Laurent Destailleur 2011-03-02 11:06:38 +00:00
parent 22b24049e9
commit 86d8385d95

View File

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