Merge pull request #9199 from atm-quentin/FIX_hook_update_price

NEW Add hook changeRoundingMode in update_price
This commit is contained in:
Laurent Destailleur
2018-08-12 18:17:52 +02:00
committed by GitHub
3 changed files with 7 additions and 2 deletions

View File

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