Revision 2f62cb2f
Von Tamino Steinert vor 7 Monaten hinzugefügt
| 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
S:Form: Dateinamen von Artikel übersetzen und Artikelnummer anhängen