Revision 7aafc9d0
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
2170 | 2170 |
my $print_form = Form->new(''); |
2171 | 2171 |
$print_form->{printers} = SL::DB::Manager::Printer->get_all_sorted; |
2172 | 2172 |
|
2173 |
$print_form->{$_} = $::form->{$_} for qw(type media printer_id storno formname groupitems); |
|
2173 |
$print_form->{$_} = $::form->{$_} for qw(type media printer_id storno storno_id formname groupitems);
|
|
2174 | 2174 |
|
2175 | 2175 |
return SL::Helper::PrintOptions->get_print_options( |
2176 | 2176 |
form => $print_form, |
Auch abrufbar als: Unified diff
Stornorechnungen: Druckvarianten …
- bei Stornorechnung nur Stornorechnung anbieten
- bei stornierter Rechnung kein Storno anbieten