From f6a762c9fcbf6b3971b8764ccb87cd919370fc11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 30 Dec 2011 17:27:16 +0100 Subject: [PATCH] =?utf8?q?Printer:=20"description"=20als=20alias=20f=C3=BC?= =?utf8?q?r=20"printer=5Fdescription"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/Printer.pm | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.20.1