2
0
forked from Wavyzz/dolibarr

FIX Option to manage packaging. FIX size/length/volume of reception

This commit is contained in:
Laurent Destailleur
2022-03-17 18:53:50 +01:00
parent 2f2a70c8b7
commit 5d415b183e
12 changed files with 105 additions and 76 deletions

View File

@@ -786,7 +786,7 @@ class modService extends DolibarrModules
}
if (!empty($conf->global->PRODUCT_USE_SUPPLIER_PACKAGING)) {
$this->import_examplevalues_array[$r] = array_merge($this->import_examplevalues_array[$r], array(
'sp.packagning'=>'1',
'sp.packagning'=>'10',
));
}