Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 15985765

Von Geoffrey Richardson vor mehr als 15 Jahren hinzugefügt

  • ID 159857657639b948231ecebf44244274c28d4aa5
  • Vorgänger 67cecc96
  • Nachfolger 703f76b6

Doppelten Eintrag von credit_note bei Druckvorlagen entfernt

Unterschiede anzeigen:

bin/mozilla/io.pl
1075 1075
    ($form->{type} =~ /_delivery_order$/) ? (
1076 1076
      opthash($form->{type},         $form->{PD}{$form->{type}},       $locale->text('Delivery Order')),
1077 1077
      opthash('pick_list',           $form->{PD}{pick_list},           $locale->text('Pick List')),
1078
    ) : undef,
1079
    ($form->{type} eq 'credit_note') ?
1080
      opthash("credit_note",         $form->{PD}{credit_note},         $locale->text('Credit Note')) : undef;
1078
    ) : undef;
1081 1079

  
1082 1080
  push @SENDMODE,
1083 1081
    opthash("attachment",            $form->{SM}{attachment},          $locale->text('Attachment')),

Auch abrufbar als: Unified diff