Bugzilla – Attachment 32651 Details for
Bug 13103
No checkouts count on member details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13103: No checkouts count on member details page
PASSED-QA-Bug-13103-No-checkouts-count-on-member-d.patch (text/plain), 1.45 KB, created by
Katrin Fischer
on 2014-10-24 05:37:18 UTC
(
hide
)
Description:
[PASSED QA] Bug 13103: No checkouts count on member details page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-10-24 05:37:18 UTC
Size:
1.45 KB
patch
obsolete
>From 9301d6c4b80005b59c18628be6a5c45fd65acdf9 Mon Sep 17 00:00:00 2001 >From: Rafal Kopaczka <rkk0@poczta.onet.pl> >Date: Fri, 17 Oct 2014 15:20:41 +0200 >Subject: [PATCH] [PASSED QA] Bug 13103: No checkouts count on member details > page > >On member details page, number of issues are not shown. It's caused by, >old variable name for issue count in Moremember.tt template. > >To test: >Apply patch go to member details page and check if there's number >alongside "Checkout(s)" tab. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Small template change for more consistency. Works nicely. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 24408ca..e915313 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -395,7 +395,7 @@ function validate1(date) { > > <div id="finesholdsissues" class="toptabs"> > <ul> >- <li><a href="#checkouts">[% issueloop.size %] Checkout(s)</a></li> >+ <li><a href="#checkouts">[% issuecount %] Checkout(s)</a></li> > [% IF relatives_issues_count %] > <li><a href="#relatives-issues" id="relatives-issues-tab">Relatives' checkouts</a></li> > [% END %] >-- >1.9.1
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 13103
:
32498
|
32631
| 32651