]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/PurchaseInvoice.pm
Rose: Fremdschlüsselbenennung fixen
[mfinanz.git] / SL / DB / PurchaseInvoice.pm
index 9ec6035b8117e5d30f7b0e50a4386f2eddd709c5..da34a27b8a496d8abd30f891bc913532d0c4af8d 100644 (file)
@@ -19,8 +19,7 @@ __PACKAGE__->meta->add_relationship(invoiceitems => { type         => 'one to ma
 
 __PACKAGE__->meta->initialize;
 
 
 __PACKAGE__->meta->initialize;
 
-sub items        { goto &invoiceitems; }
-sub payment_term { goto &payment;      }
+sub items { goto &invoiceitems; }
 
 sub is_sales {
   # For compatibility with Order, DeliveryOrder
 
 sub is_sales {
   # For compatibility with Order, DeliveryOrder