Revision 15985765
Von Geoffrey Richardson vor mehr als 15 Jahren hinzugefügt
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
Doppelten Eintrag von credit_note bei Druckvorlagen entfernt