Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8a3a4a40

Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt

  • ID 8a3a4a40b43a0556ca7d72fd0fa72e45a8ccb385
  • Vorgänger 030cf0d5
  • Nachfolger 33d7f4d7

GLN: CsvImport Kunden u. Lieferanten und Lieferadressen.

Unterschiede anzeigen:

SL/Controller/CsvImport/CustomerVendor.pm
next if @{ $entry->{errors} };
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
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
taxnumber account_number bank_code bank username greeting taxzone));
push @{ $entry->{information} }, $::locale->text('Illegal characters have been removed from the following fields: #1', join(', ', @cleaned_fields))
......
{ name => 'discount', description => $::locale->text('Discount') },
{ name => 'email', description => $::locale->text('E-mail') },
{ name => 'fax', description => $::locale->text('Fax') },
{ name => 'gln', description => $::locale->text('GLN') },
{ name => 'greeting', description => $::locale->text('Greeting') },
{ name => 'homepage', description => $::locale->text('Homepage') },
{ name => 'iban', description => $::locale->text('IBAN') },
SL/Controller/CsvImport/Shipto.pm
{ 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') },

Auch abrufbar als: Unified diff