X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5..a71146462873484c46a08cbb42ff31c6df86dac4:/SL/DB/Printer.pm diff --git a/SL/DB/Printer.pm b/SL/DB/Printer.pm index 83f914806..046027bc5 100644 --- a/SL/DB/Printer.pm +++ b/SL/DB/Printer.pm @@ -6,6 +6,8 @@ use SL::DB::MetaSetup::Printer; use SL::DB::Manager::Printer; use SL::DB::Helper::Util; +__PACKAGE__->meta->initialize; + sub description { goto &printer_description; }