From 72db11b0da0cf40819980f6b47d8b3e44948b1f4 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 Content-Type: text/plain; charset="UTF-8" Separation of title from the description. Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- 1 files changed, 1 insertions(+), 1 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 591f92e..fb06325 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 %] -- 1.7.2.5