From f2b6916973fe4e3978af52657a49c44d1792e0bd Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 20 Apr 2016 13:56:18 +0200 Subject: [PATCH] Brieffunktion: Werte in Entwurfsliste richtig formatieren --- templates/webpages/letter/load_drafts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %] -- 2.20.1