]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/am.pl
SL/Printer.pm wird nicht mehr benötigt
[mfinanz.git] / bin / mozilla / am.pl
index ebe7ed1879b1260722e9157a0408ef26a9904c79..e5be21ecc0585a1f790a9e8c1ccca2f97c5b3db5 100644 (file)
@@ -42,7 +42,7 @@ use SL::User;
 use SL::USTVA;
 use SL::Iconv;
 use SL::TODO;
-use SL::Printer;
+use SL::DB::Printer;
 use CGI;
 
 require "bin/mozilla/common.pl";
@@ -1059,7 +1059,7 @@ sub config {
     { 'name' => $locale->text('Queue'),   'value' => 'queue',   'selected' => $selected{queue}, },
     ];
 
-  $form->{PRINTERS} = [ SL::Printer->all_printers(%::myconfig) ];
+  $form->{PRINTERS} = SL::DB::Manager::Printer->get_all_sorted;
 
   my %countrycodes = User->country_codes;