From: Moritz Bunkus Date: Wed, 20 Apr 2016 11:56:18 +0000 (+0200) Subject: Brieffunktion: Werte in Entwurfsliste richtig formatieren X-Git-Tag: release-3.4.1~189 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/f2b6916973fe4e3978af52657a49c44d1792e0bd?hp=7196276bca4a155d1bcc3947859bc7d4ec1edcd6 Brieffunktion: Werte in Entwurfsliste richtig formatieren --- diff --git a/templates/webpages/letter/load_drafts.html b/templates/webpages/letter/load_drafts.html index ceb1d5427..33cc9469e 100644 --- a/templates/webpages/letter/load_drafts.html +++ b/templates/webpages/letter/load_drafts.html @@ -20,9 +20,9 @@ [% FOREACH row = LETTER_DRAFTS %] - [% row.date | html %] + [% row.date.to_kivitendo | html %] [% row.subject | html %] - [% row.customer | html %] + [% row.customer.displayable_name | html %] [% END %]