From 9a1550bf537e8c33e2ae3e1d4129ad61d0ddae85 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 15 May 2012 16:29:46 +0200 Subject: [PATCH] Bug 8009: Followup Item descriptive data not populated on pay.pl Separation of title from the description. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain --- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 591f92e202..fb06325ae9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -85,7 +85,7 @@ [% END %] - [% line.description %] [% line.title |html_entity %] + [% line.description %] ([% line.title |html_entity %]) [% line.accounttype %] [% line.notify_id %] [% line.notify_level %] -- 2.39.2