From 9c4ed9aed933959922ce7b0b9887602c42126390 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 15 May 2012 16:29:46 +0200 Subject: [PATCH 1/1] Bug 8009: Followup Item descriptive data not populated on pay.pl Separation of title from the description. --- .../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.7.3