From: Thomas Heck Date: Mon, 7 Jan 2013 14:33:00 +0000 (+0100) Subject: Syntaxfehler gefixt X-Git-Tag: release-3.1.0beta1~756 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/79135719ddde63a5d7a72467b9c43a1a6d60182d Syntaxfehler gefixt --- diff --git a/templates/webpages/ap/form_footer.html b/templates/webpages/ap/form_footer.html index 95ce79684..c51813489 100644 --- a/templates/webpages/ap/form_footer.html +++ b/templates/webpages/ap/form_footer.html @@ -4,7 +4,7 @@ [%- USE LxERP %] [%- IF (num_follow_ups && num_due) %] -

[% 'There are #1 unfinished follow-ups of which #2 are due.' | $T8(num_follow_ups, num_due) %]

+

[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]

[%- END %]