Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV import EN version #96

Open
arneman44 opened this issue Apr 7, 2021 · 1 comment
Open

CSV import EN version #96

arneman44 opened this issue Apr 7, 2021 · 1 comment

Comments

@arneman44
Copy link

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

@andreww5au
Copy link

andreww5au commented May 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants