X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCsvImport%2FShipto.pm;h=6c01a1426b2325094fca6b7294de807927f7e761;hb=52518527bc507767386d21e1870cc2888269ba70;hp=e32da468b52483c40aa687bafe397c7db62095c7;hpb=3624b119556731da41e4ad395491ebb067f26565;p=kivitendo-erp.git 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') },