X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8e900e220c2a6025ed5e1a5c5352522dfb1af3b9..16c6be411e2eddf778e665b0da6c452c42b676af:/SL/DB/PurchaseInvoice.pm diff --git a/SL/DB/PurchaseInvoice.pm b/SL/DB/PurchaseInvoice.pm index da34a27b8..ec9090cab 100644 --- a/SL/DB/PurchaseInvoice.pm +++ b/SL/DB/PurchaseInvoice.pm @@ -27,4 +27,8 @@ sub is_sales { return 0; } +sub date { + goto &transdate; +} + 1;