Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cf9610f4

Von Tamino Steinert vor 5 Monaten hinzugefügt

  • ID cf9610f40c4761cf8320d467fef67a5736aaee49
  • Vorgänger 8146cf19
  • Nachfolger f657bd8e

S:Form: Dateinamen von Artikel übersetzen und Artikelnummer anhängen

Unterschiede anzeigen:

SL/Form.pm
letter => $main::locale->text('Letter'),
ic_supply => $main::locale->text('Intra-Community supply'),
statement => $main::locale->text('Statement'),
part_info => $main::locale->text('Part info'),
part_label => $main::locale->text('Part label'),
);
$main::lxdebug->leave_sub();
......
: ($self->{type} =~ /_quotation/) ? 'quo'
: ($self->{type} =~ /_delivery_order$/) ? 'do'
: ($self->{type} =~ /letter/) ? 'letter'
: ($self->{type} =~ /part/) ? 'part'
: 'ord';
# better default like this?

Auch abrufbar als: Unified diff