From 3f5867034a06b168cbe9ac9648b8f52fffa8b5d8 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 25 Sep 2015 17:21:28 +0200 Subject: [PATCH] Bug 14900: Add ability to pay all fees at once from circulation screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test plan: 1) Go to circulation screen for patron which has some not-payed charges (or make same if needed) 2) You should see infromation about fees and charges with ability to pay it. Note there is new link for paying all charges at once 3) Try the new link, you should be redirected to members/paycollect.pl, check if there is right amount and try to pay charges 4) try the old link to make sure it works still well after this patch Works as expected. Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 064e308..72ece7d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -777,7 +777,8 @@ No patron matched [% message %] [% IF ( charges_is_blocker ) %] Checkouts are BLOCKED because fine balance is OVER THE LIMIT. [% END %] - Make payment + Make payment or + Pay all fines [% END %] [% IF ( credits ) %] -- 2.1.0