2
0
forked from Wavyzz/dolibarr

NEW add quantity in update keys in supplier prices import

This commit is contained in:
VESSILLER
2022-11-30 15:35:01 +01:00
parent 3143175349
commit 4bd57e72a5

View File

@@ -860,7 +860,7 @@ class modProduct extends DolibarrModules
));
}
$this->import_updatekeys_array[$r] = array('sp.fk_product'=>'ProductOrService', 'sp.ref_fourn'=>'SupplierRef', 'sp.fk_soc'=>'Supplier');
$this->import_updatekeys_array[$r] = array('sp.fk_product'=>'ProductOrService', 'sp.ref_fourn'=>'SupplierRef', 'sp.fk_soc'=>'Supplier', 'sp.quantity'=>"QtyMin");
}
if (!empty($conf->global->PRODUIT_MULTIPRICES)) {