Bugzilla – Attachment 71972 Details for
Bug 20249
"Patron has no outstanding fines" now appears alongside fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20249: "Patron has no outstanding fines" now appears alongside fines
Bug-20249-Patron-has-no-outstanding-fines-now-appe.patch (text/plain), 1.41 KB, created by
Charles Farmer
on 2018-02-19 20:08:13 UTC
(
hide
)
Description:
Bug 20249: "Patron has no outstanding fines" now appears alongside fines
Filename:
MIME Type:
Creator:
Charles Farmer
Created:
2018-02-19 20:08:13 UTC
Size:
1.41 KB
patch
obsolete
>From c774f3797020fdf1c7bc4b904e5c8873b525eb03 Mon Sep 17 00:00:00 2001 >From: Charles Farmer <charles.farmer@inLibro.com> >Date: Mon, 19 Feb 2018 15:00:33 -0500 >Subject: [PATCH] Bug 20249: "Patron has no outstanding fines" now appears > alongside fines > >Test plan: > 1) Choose two patrons from your database, one who has fines, and the other who does not > 2) Visit their 'Fines' page, and click on the 'Pay fines' tab > 2.1) If they don't have any fines, you'll only see a blank row > 2.2) If they do have fines, the payment form will appear, but the text "... no outstanding fines" will also appear > 3) Apply patch > 4) Visit once again the 'Pay fines' tab of your patrons > 4.1) Now, "... no outstanding fines" will appear for the right situation >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 1 + > 1 file changed, 1 insertion(+) > >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 18e64fc..34b6d11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -123,6 +123,7 @@ > <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a> > </fieldset> > </form> >+[% ELSE %] > <p>[% patron.firstname |html %] [% patron.surname |html %] has no outstanding fines.</p> > [% END %] > </div></div> >-- >2.7.4
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 20249
:
71972
|
71973