projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea38a4b
)
Bugfix: Pushlisten müssen mit Komma getrennt werden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 16 Oct 2008 12:48:20 +0000
(12:48 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 16 Oct 2008 12:48:20 +0000
(12:48 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
10f8649
..
489d429
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1059,7
+1059,7
@@
sub print_options {
($form->{type} =~ /_delivery_order$/) ? (
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Delivery Order')),
opthash('pick_list', $form->{PD}{pick_list}, $locale->text('Pick List')),
- ) : undef
;
+ ) : undef
,
($form->{type} eq 'credit_note') ?
opthash("credit_note", $form->{PD}{credit_note}, $locale->text('Credit Note')) : undef;