Revision 684bfa98
Von Bernd Bleßmann vor mehr als 5 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
$self->{positions_scrollbar_height} = SL::Helper::UserPreferences::PositionsScrollbar->new()->get_height();
|
||
|
||
my $print_form = Form->new('');
|
||
$print_form->{type} = $self->type;
|
||
$print_form->{printers} = SL::DB::Manager::Printer->get_all_sorted;
|
||
$print_form->{languages} = SL::DB::Manager::Language->get_all_sorted;
|
||
$self->{print_options} = SL::Helper::PrintOptions->get_print_options(
|
||
$print_form->{type} = $self->type;
|
||
$print_form->{printers} = SL::DB::Manager::Printer->get_all_sorted;
|
||
$print_form->{languages} = SL::DB::Manager::Language->get_all_sorted;
|
||
$print_form->{language_id} = $self->order->language_id;
|
||
$self->{print_options} = SL::Helper::PrintOptions->get_print_options(
|
||
form => $print_form,
|
||
options => {dialog_name_prefix => 'print_options.',
|
||
show_headers => 1,
|
||
... | ... | |
C<show_multi_items_dialog> does not use the currently inserted string for
|
||
filtering.
|
||
|
||
=item *
|
||
|
||
The language selected in print or email dialog is not saved when the order is saved.
|
||
|
||
=back
|
||
|
||
=head1 To discuss / Nice to have
|
Auch abrufbar als: Unified diff
Auftrags-Controller: Spracheinstellungen aus Druck-/E-Mail-Dialog speichern.