]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Invoice.pm
PriceRule: customervendor accessor in Rechnungen
[mfinanz.git] / SL / DB / Invoice.pm
index 45c59123cb732d9668171752320be2fe601416ab..ae1c596d61f89b3751f3459a8a9079a8275456e9 100644 (file)
@@ -347,6 +347,10 @@ sub reqdate {
   goto &duedate;
 }
 
+sub customervendor {
+  goto &customer;
+}
+
 sub transactions {
   my ($self) = @_;