2
0
forked from Wavyzz/dolibarr

Fix: uniformize code

This commit is contained in:
Regis Houssin
2011-05-26 12:19:21 +00:00
parent b5340d57a2
commit 8d46f44e1f
2 changed files with 8 additions and 8 deletions

View File

@@ -1427,10 +1427,10 @@ class Commande extends CommonObject
$line->special_code = $objp->special_code;
$line->fk_parent_line = $objp->fk_parent_line;
$this->ref = $objp->product_ref; // TODO deprecated
$this->product_ref = $objp->product_ref;
$this->libelle = $objp->product_label; // TODO deprecated
$this->product_label = $objp->product_label;
$line->ref = $objp->product_ref; // TODO deprecated
$line->product_ref = $objp->product_ref;
$line->libelle = $objp->product_label; // TODO deprecated
$line->product_label = $objp->product_label;
$line->product_desc = $objp->product_desc; // Description produit
$line->fk_product_type = $objp->fk_product_type; // Produit ou service