Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2f62cb2f

Von Tamino Steinert vor 7 Monaten hinzugefügt

  • ID 2f62cb2fc01baf2db9963816c1ad7c79d1bb07ae
  • Vorgänger 4e0aef59
  • Nachfolger 71421f7b

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