Skip to content
Snippets Groups Projects
Commit 59aad443 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: uniformize code

parent bfaff8fe
Branches
Tags
No related merge requests found
......@@ -2479,8 +2479,10 @@ class PropaleLigne
$this->special_code = $objp->special_code;
$this->rang = $objp->rang;
$this->ref = $objp->product_ref;
$this->libelle = $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->db->free($result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment