X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5462668f1a4f0d541ba5927784f044ab559d6d59..f6a762c9fcbf6b3971b8764ccb87cd919370fc11:/SL/DB/Printer.pm 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;