]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/PurchaseInvoice.pm
Verknüpfte Belege Einkauf/Verkauf/Projekte: Listen nach Datum sortieren
[mfinanz.git] / SL / DB / PurchaseInvoice.pm
index da34a27b8a496d8abd30f891bc913532d0c4af8d..ec9090cabe2bf4fe8115e46c927dc3fba3546739 100644 (file)
@@ -27,4 +27,8 @@ sub is_sales {
   return 0;
 }
 
+sub date {
+  goto &transdate;
+}
+
 1;