Reverted $rowid instead of $id property

This commit is contained in:
Marcos García de La Fuente
2015-03-23 01:17:43 +01:00
parent 4349f27299
commit 3d50b41b8e
7 changed files with 11 additions and 14 deletions

View File

@@ -3178,7 +3178,6 @@ 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;