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:
c12ec00
)
In Rechnungsmaske Druck eines Lieferschein wieder eingefuegt.
author
Stephan Köhler
<s.koehler@linet-services.de>
Mon, 20 Feb 2006 17:32:28 +0000
(17:32 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Mon, 20 Feb 2006 17:32:28 +0000
(17:32 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
4291cf5
..
79942bc
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1298,7
+1298,10
@@
sub print_options {
if ($form->{type} eq 'invoice') {
$type = qq|<select name=formname>
- <option value=invoice $form->{PD}{invoice}>| . $locale->text('Invoice');
+ <option value=invoice $form->{PD}{invoice}>|
+ . $locale->text('Invoice') . qq|
+ <option value=packing_list $form->{PD}{packing_list}>|
+ . $locale->text('Packing List');
}
if ($form->{type} eq 'ship_order') {