X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cd8b56f2ec945264132d443ad8f412699d1a8a1b..7bbdbf2bd966e6317cff568ac6f60936b51d8df7:/SL/Controller/CsvImport/Shipto.pm diff --git a/SL/Controller/CsvImport/Shipto.pm b/SL/Controller/CsvImport/Shipto.pm index e32da468b..6c01a1426 100644 --- a/SL/Controller/CsvImport/Shipto.pm +++ b/SL/Controller/CsvImport/Shipto.pm @@ -112,6 +112,7 @@ sub setup_displayable_columns { { name => 'shiptodepartment_2', description => $::locale->text('Department 2') }, { name => 'shiptoemail', description => $::locale->text('E-mail') }, { name => 'shiptofax', description => $::locale->text('Fax') }, + { name => 'shiptogln', description => $::locale->text('GLN') }, { name => 'shiptoname', description => $::locale->text('Name') }, { name => 'shiptophone', description => $::locale->text('Phone') }, { name => 'shiptostreet', description => $::locale->text('Street') },