Sub-Aliase 'items' auf 'orderitems' bzw. 'invoiceitems' zur späteren Verwendung eines...
[kivitendo-erp.git] / SL / DB / PurchaseInvoice.pm
index a06a3b6..b73066e 100644 (file)
@@ -14,4 +14,6 @@ __PACKAGE__->meta->add_relationship(invoiceitems => { type         => 'one to ma
 
 __PACKAGE__->meta->initialize;
 
+sub items { goto &invoiceitems; }
+
 1;