From fb369db0d27cc67b3a3896aadd0a977a235d0a1a 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 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 --- 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.4