PriceRule: customervendor accessor in Rechnungen
[kivitendo-erp.git] / SL / DB / Invoice.pm
index 45c5912..ae1c596 100644 (file)
@@ -347,6 +347,10 @@ sub reqdate {
   goto &duedate;
 }
 
+sub customervendor {
+  goto &customer;
+}
+
 sub transactions {
   my ($self) = @_;