X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/ffea1346a870187033520ea5be4a121574802e7f..1b4cbffa1fbae97f0073be74dbe5cf6105f796f8:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 191277636..eefdefe0d 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1527,7 +1527,7 @@ sub print_options { if (ref $form->{languages} eq 'ARRAY'); push @PRINTER_ID, - map { opthash($_->{id}, ($_->{id} eq $form->{printer_id} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{printers} } + map { opthash($_->{id}, ($_->{id} eq $form->{printer_id} ? 'selected' : ''), $_->{printer_description}) } +{}, @{ $form->{printers} } if (ref $form->{printers} eq 'ARRAY'); @SELECTS = map { sname => lc $_, DATA => \@$_, show => scalar @$_ }, qw(FORMNAME LANGUAGE_ID FORMAT SENDMODE MEDIA PRINTER_ID);