From 7618e307c4c2c42bf090a0975c3608789ba3600c Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 19 Jul 2011 11:20:05 +0200 Subject: [PATCH] BZ6412 : spaces in note There was an improper T::T construction: the note value contained spaces. This patch fixes the problem by using a correct [% IF %] construction --- .../intranet-tmpl/prog/en/modules/members/pay.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt index 4f04ba7..ddc3d41 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -64,10 +64,10 @@ [% loop_pa.description %] [% loop_pa.title |html %] [% IF ( loop_pa.net_balance ) %] - + [% ELSE %] + [% loop_pa.note %] [% END %] - [% loop_pa.note %] - [% IF ( loop_pa.net_balance ) %]" />[% END %] [% loop_pa.accounttype %] [% loop_pa.notify_id %] -- 1.7.4.1