mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: product_type is lost
This commit is contained in:
@@ -131,6 +131,7 @@ class Commande extends CommonObject
|
||||
$CommLigne->remise_percent = $propal->lignes[$i]->remise_percent;
|
||||
$CommLigne->fk_product = $propal->lignes[$i]->fk_product;
|
||||
$CommLigne->info_bits = $propal->lignes[$i]->info_bits;
|
||||
$CommLigne->product_type = $propal->lignes[$i]->product_type;
|
||||
$this->lines[$i] = $CommLigne;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user