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