Bugzilla – Attachment 43011 Details for
Bug 14900
Add ability to pay all fees at once from circulation screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14900: Add ability to pay all fees at once from circulation screen
Bug-14900-Add-ability-to-pay-all-fees-at-once-from.patch (text/plain), 1.97 KB, created by
Jonathan Druart
on 2015-10-01 13:52:51 UTC
(
hide
)
Description:
Bug 14900: Add ability to pay all fees at once from circulation screen
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-01 13:52:51 UTC
Size:
1.97 KB
patch
obsolete
>From 3f5867034a06b168cbe9ac9648b8f52fffa8b5d8 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >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 <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 <span class="ex">[% message %]</span> > [% IF ( charges_is_blocker ) %] > Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>. > [% END %] >- <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrowernumber %]">Make payment</a></li> >+ <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrowernumber %]">Make payment</a> or >+ <a href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% borrowernumber %]">Pay all fines</a></li> > [% END %] > > [% IF ( credits ) %] >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14900
:
42881
|
42893
| 43011