]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/InvoiceItem.pm
Rose: Fremdschlüsselbenennung fixen
[kivitendo-erp.git] / SL / DB / InvoiceItem.pm
index 36f0870d0c7eafc5bc71073bba6072fce8dbbdb9..a4135fc4c67b9acdd1c4cc40be90dab70187c9fe 100644 (file)
@@ -24,9 +24,4 @@ __PACKAGE__->meta->make_manager_class;
 
 __PACKAGE__->meta->initialize;
 
-sub part {
-  # canonial alias for parts.
-  goto &parts;
-}
-
 1;