From 83f6083f36550ae1b35e2ee13310deccb24fdc73 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 18 Jul 2011 18:06:00 -0400 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 Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 6 +++--- 1 file 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 4f04ba71c0..ddc3d41f09 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 %] -- 2.39.2