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