Revision db5c8f4a
Von Sven Schöling vor etwa 16 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1059 | 1059 |
($form->{type} =~ /_delivery_order$/) ? ( |
1060 | 1060 |
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Delivery Order')), |
1061 | 1061 |
opthash('pick_list', $form->{PD}{pick_list}, $locale->text('Pick List')), |
1062 |
) : undef;
|
|
1062 |
) : undef,
|
|
1063 | 1063 |
($form->{type} eq 'credit_note') ? |
1064 | 1064 |
opthash("credit_note", $form->{PD}{credit_note}, $locale->text('Credit Note')) : undef; |
1065 | 1065 |
|
Auch abrufbar als: Unified diff
Bugfix: Pushlisten müssen mit Komma getrennt werden.