Merge pull request #23054 from Easya-Solutions/new-product-import-supplier-prices-with-update-key

NEW add quantity in update keys in supplier prices import
This commit is contained in:
Laurent Destailleur 2022-12-01 10:50:38 +01:00 committed by GitHub
commit b824066f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)) {