Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2f62cb2f

Von Tamino Steinert vor 1 Tag hinzugefügt

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

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

Unterschiede anzeigen:

SL/Form.pm
1123 1123
    letter                      => $main::locale->text('Letter'),
1124 1124
    ic_supply                   => $main::locale->text('Intra-Community supply'),
1125 1125
    statement                   => $main::locale->text('Statement'),
1126
    part_info                   => $main::locale->text('Part info'),
1127
    part_label                  => $main::locale->text('Part label'),
1126 1128
  );
1127 1129

  
1128 1130
  $main::lxdebug->leave_sub();
......
1152 1154
    : ($self->{type} =~ /_quotation/)                                                                   ? 'quo'
1153 1155
    : ($self->{type} =~ /_delivery_order$/)                                                             ? 'do'
1154 1156
    : ($self->{type} =~ /letter/)                                                                       ? 'letter'
1157
    : ($self->{type} =~ /part/)                                                                       ? 'part'
1155 1158
    :                                                                                                     'ord';
1156 1159

  
1157 1160
  # better default like this?

Auch abrufbar als: Unified diff