X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=bin%2Fmozilla%2Fio.pl;h=eefdefe0d9fdd521cb782e66caf58c0386daa77d;hb=1b4cbffa1fbae97f0073be74dbe5cf6105f796f8;hp=191277636b8d1297378f36b9ad2f09a9c97b8d20;hpb=ffea1346a870187033520ea5be4a121574802e7f;p=kivitendo-erp.git 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);