]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Invoice.pm
PriceRule: reqdate für Invoice und PurchaseInvoice
[kivitendo-erp.git] / SL / DB / Invoice.pm
index 6af70994b0ecf5428ef56c7e3957e2da3c31026d..45c59123cb732d9668171752320be2fe601416ab 100644 (file)
@@ -343,6 +343,10 @@ sub date {
   goto &transdate;
 }
 
+sub reqdate {
+  goto &duedate;
+}
+
 sub transactions {
   my ($self) = @_;