X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FPrinter.pm;h=046027bc5a9e0ba228b0463e0c27168acd9ae3fb;hb=0d34b38184fdd6a6f1dd1bc7ce509c560e326b4e;hp=83f91480619994f404b36c1d9f126f3a5fab8a3f;hpb=841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5;p=kivitendo-erp.git 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; }