projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5462668
)
Printer: "description" als alias für "printer_description"
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Dec 2011 16:27:16 +0000
(17:27 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Dec 2011 16:27:16 +0000
(17:27 +0100)
SL/DB/Printer.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Printer.pm
b/SL/DB/Printer.pm
index
2c3eacc
..
fd58eb5
100644
(file)
--- 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;