2
0
forked from Wavyzz/dolibarr

Fix a supplier ref is mandatory for import

This commit is contained in:
Laurent Destailleur
2019-12-06 18:41:22 +01:00
parent 4d489f64b0
commit ed4f04f90a
2 changed files with 2 additions and 2 deletions

View File

@@ -563,7 +563,7 @@ class modService extends DolibarrModules
$this->import_fields_array[$r] = array(//field order as per structure of table llx_product_fournisseur_price, without optional fields
'sp.fk_product'=>"ProductOrService*",
'sp.fk_soc' => "Supplier*",
'sp.ref_fourn' => 'SupplierRef',
'sp.ref_fourn' => 'SupplierRef*',
'sp.quantity' => "QtyMin*",
'sp.tva_tx' => 'VATRate',
'sp.default_vat_code' => 'VATCode',