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:
9cd5c46
)
PrintOptions: brauchen storno flag aus $::form für Rechnungen
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 21 Sep 2017 15:34:40 +0000
(17:34 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 20 Dec 2017 12:24:43 +0000
(13:24 +0100)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
14c9582
..
6be678f
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1939,7
+1939,7
@@
sub setup_sales_purchase_print_options {
$print_form->{printers} = SL::DB::Manager::Printer->get_all_sorted;
$print_form->{languages} = SL::DB::Manager::Language->get_all_sorted;
- $print_form->{$_} = $::form->{$_} for qw(type media language_id printer_id);
+ $print_form->{$_} = $::form->{$_} for qw(type media language_id printer_id
storno
);
return SL::Helper::PrintOptions->get_print_options(
form => $print_form,