forked from Wavyzz/dolibarr
Merge remote-tracking branch 'origin/3.5' into develop
This commit is contained in:
@@ -3085,6 +3085,7 @@ class OrderLine extends CommonOrderLine
|
||||
$this->fk_product = $objp->fk_product;
|
||||
$this->product_type = $objp->product_type;
|
||||
$this->info_bits = $objp->info_bits;
|
||||
$this->special_code = $objp->special_code;
|
||||
$this->total_ht = $objp->total_ht;
|
||||
$this->total_tva = $objp->total_tva;
|
||||
$this->total_localtax1 = $objp->total_localtax1;
|
||||
|
||||
Reference in New Issue
Block a user