X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8e900e220c2a6025ed5e1a5c5352522dfb1af3b9..16c6be411e2eddf778e665b0da6c452c42b676af:/SL/DB/Invoice.pm diff --git a/SL/DB/Invoice.pm b/SL/DB/Invoice.pm index 861c92ae4..0d21ef8b2 100644 --- a/SL/DB/Invoice.pm +++ b/SL/DB/Invoice.pm @@ -241,6 +241,10 @@ sub displayable_state { return $self->closed ? $::locale->text('closed') : $::locale->text('open'); } +sub date { + goto &transdate; +} + 1; __END__