You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing parts via the import tool and the English header the OrderNr column doesn't work.
When using the german Header it works without a problem.
this is on the 0.6 version
The text was updated successfully, but these errors were encountered:
The problem is in inc/lib.import.php - lines 124 and 125 currently look like:
'bestellnummer' => 'part_supplierpartnr',
'ordernr' => 'ordernr',
Line 125 needs to be changed to look like:
'ordernr' => 'part_supplierpartnr',
Looks like the database column named, and that change was reflected in the German translation for the CSV column name, but not the English translation.
When importing parts via the import tool and the English header the OrderNr column doesn't work.
When using the german Header it works without a problem.
this is on the 0.6 version
The text was updated successfully, but these errors were encountered: