X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2f94dfa1c82787fdc94c2b3c67ba79ec5b126e8f..0fb93bcfea648e356bc5e50f7013f6b91db187ef:/SL/Controller/CsvImport/Part.pm diff --git a/SL/Controller/CsvImport/Part.pm b/SL/Controller/CsvImport/Part.pm index 76f9ecd0c..1181c73d4 100644 --- a/SL/Controller/CsvImport/Part.pm +++ b/SL/Controller/CsvImport/Part.pm @@ -479,6 +479,7 @@ sub setup_displayable_columns { { name => 'rop', description => $::locale->text('ROP') }, { name => 'sellprice', description => $::locale->text('Sellprice') }, { name => 'shop', description => $::locale->text('Shopartikel') }, + { name => 'type', description => $::locale->text('Article type (see below)') }, { name => 'unit', description => $::locale->text('Unit') }, { name => 've', description => $::locale->text('Verrechnungseinheit') }, { name => 'weight', description => $::locale->text('Weight') },