PriceRule: customervendor accessor in Rechnungen
[kivitendo-erp.git] / SL / DB / PurchaseInvoice.pm
index a15da4f..bddaa65 100644 (file)
@@ -58,6 +58,10 @@ sub reqdate {
   goto &duedate;
 }
 
+sub customervendor {
+  goto &vendor;
+}
+
 sub abbreviation {
   my $self = shift;