Fix: uniformize code

This commit is contained in:
Regis Houssin
2011-05-25 09:19:46 +00:00
parent bfaff8fe8f
commit 59aad44353
2 changed files with 8 additions and 6 deletions

View File

@@ -2841,10 +2841,10 @@ class OrderLine
$this->special_code = $objp->special_code;
$this->rang = $objp->rang;
$this->ref = $objp->product_ref; // deprecated
$this->product_ref = $objp->product_ref;
$this->libelle = $objp->product_libelle; // deprecated
$this->product_label = $objp->product_libelle;
$this->ref = $objp->product_ref; // deprecated
$this->product_ref = $objp->product_ref;
$this->libelle = $objp->product_libelle; // deprecated
$this->product_label = $objp->product_libelle;
$this->product_desc = $objp->product_desc;
$this->date_start = $this->db->jdate($objp->date_start);