Standardized $rowid as property

This commit is contained in:
Marcos García de La Fuente
2015-03-02 03:53:12 +01:00
parent b69ce21e3e
commit 4c08d34bb5
7 changed files with 20 additions and 12 deletions

View File

@@ -3141,6 +3141,7 @@ class Commande extends CommonOrder
$this->lines[$i] = new OrderLine($this->db);
$this->lines[$i]->id = $obj->rowid;
$this->lines[$i]->rowid = $obj->rowid;
$this->lines[$i]->label = $obj->custom_label;
$this->lines[$i]->description = $obj->description;
$this->lines[$i]->fk_product = $obj->fk_product;