Revision 8a3a4a40
Von Bernd Bleßmann vor fast 9 Jahren hinzugefügt
SL/Controller/CsvImport/CustomerVendor.pm | ||
---|---|---|
85 | 85 |
|
86 | 86 |
next if @{ $entry->{errors} }; |
87 | 87 |
|
88 |
my @cleaned_fields = $self->clean_fields(qr{[\r\n]}, $object, qw(name department_1 department_2 street zipcode city country contact phone fax homepage email cc bcc |
|
88 |
my @cleaned_fields = $self->clean_fields(qr{[\r\n]}, $object, qw(name department_1 department_2 street zipcode city country gln contact phone fax homepage email cc bcc
|
|
89 | 89 |
taxnumber account_number bank_code bank username greeting taxzone)); |
90 | 90 |
|
91 | 91 |
push @{ $entry->{information} }, $::locale->text('Illegal characters have been removed from the following fields: #1', join(', ', @cleaned_fields)) |
... | ... | |
296 | 296 |
{ name => 'discount', description => $::locale->text('Discount') }, |
297 | 297 |
{ name => 'email', description => $::locale->text('E-mail') }, |
298 | 298 |
{ name => 'fax', description => $::locale->text('Fax') }, |
299 |
{ name => 'gln', description => $::locale->text('GLN') }, |
|
299 | 300 |
{ name => 'greeting', description => $::locale->text('Greeting') }, |
300 | 301 |
{ name => 'homepage', description => $::locale->text('Homepage') }, |
301 | 302 |
{ name => 'iban', description => $::locale->text('IBAN') }, |
SL/Controller/CsvImport/Shipto.pm | ||
---|---|---|
112 | 112 |
{ name => 'shiptodepartment_2', description => $::locale->text('Department 2') }, |
113 | 113 |
{ name => 'shiptoemail', description => $::locale->text('E-mail') }, |
114 | 114 |
{ name => 'shiptofax', description => $::locale->text('Fax') }, |
115 |
{ name => 'shiptogln', description => $::locale->text('GLN') }, |
|
115 | 116 |
{ name => 'shiptoname', description => $::locale->text('Name') }, |
116 | 117 |
{ name => 'shiptophone', description => $::locale->text('Phone') }, |
117 | 118 |
{ name => 'shiptostreet', description => $::locale->text('Street') }, |
Auch abrufbar als: Unified diff
GLN: CsvImport Kunden u. Lieferanten und Lieferadressen.