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:
c5e31a5
)
Syntaxfehler nach Commit 1371.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 29 Nov 2006 10:50:41 +0000
(10:50 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 29 Nov 2006 10:50:41 +0000
(10:50 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
79103e8
..
e659a8a
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1368,14
+1368,13
@@
sub print_options {
<option value=pick_list $form->{PD}{pick_list}>|
. $locale->text('Pick List') . qq|
<option value=packing_list $form->{PD}{packing_list}>|
- . $locale->text('Packing List')
. qq|
+ . $locale->text('Packing List')
;
}
if ($form->{type} =~ /_quotation$/) {
$type = qq|<select name=formname>
<option value="$`_quotation" $form->{PD}{"$`_quotation"}>|
- . $locale->text('Quotation')
-;
+ . $locale->text('Quotation');
}
if ($form->{type} eq 'invoice') {