FIX hook on update price AND fix id on line

This commit is contained in:
atm-quentin
2018-08-03 11:47:43 +02:00
parent cfb0f2df05
commit 6662bf05ba
3 changed files with 7 additions and 2 deletions

View File

@@ -3869,6 +3869,7 @@ class OrderLine extends CommonOrderLine
{
$objp = $this->db->fetch_object($result);
$this->rowid = $objp->rowid;
$this->id = $objp->rowid;
$this->fk_commande = $objp->fk_commande;
$this->fk_parent_line = $objp->fk_parent_line;
$this->label = $objp->custom_label;