X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FPrinter.pm;h=fd58eb55c8ce1dd84b7ae3fa1bca7927cb45c1d3;hb=91c1ec0e564107fc9c99d4938f6f7831c43ce27d;hp=2c3eaccf898be5026b98022ad8084cd1fc0d9226;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/SL/DB/Printer.pm b/SL/DB/Printer.pm index 2c3eaccf8..fd58eb55c 100644 --- a/SL/DB/Printer.pm +++ b/SL/DB/Printer.pm @@ -6,4 +6,8 @@ use SL::DB::MetaSetup::Printer; __PACKAGE__->meta->make_manager_class; +sub description { + goto &printer_description; +} + 1;