forked from Wavyzz/dolibarr
Merge remote-tracking branch 'origin/3.8' into 3.9
This commit is contained in:
@@ -1695,6 +1695,7 @@ class Commande extends CommonOrder
|
||||
$line->commande_id = $objp->fk_commande;
|
||||
$line->label = $objp->custom_label;
|
||||
$line->desc = $objp->description;
|
||||
$line->description = $objp->description; // Description line
|
||||
$line->product_type = $objp->product_type;
|
||||
$line->qty = $objp->qty;
|
||||
$line->tva_tx = $objp->tva_tx;
|
||||
|
||||
Reference in New Issue
Block a user