Bugzilla – Attachment 32631 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]
[SIGNED-OFF] Bug 13103: No checkouts count on member details page
SIGNED-OFF-Bug-13103-No-checkouts-count-on-member-.patch (text/plain), 1.38 KB, created by
Owen Leonard
on 2014-10-23 15:57:25 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13103: No checkouts count on member details page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-10-23 15:57:25 UTC
Size:
1.38 KB
patch
obsolete
>From 88fd7e9fba7d36508a3513930f72cfd5bc6b5e38 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] [SIGNED-OFF] Bug 13103: No checkouts count on member details > page >Content-Type: text/plain; charset="utf-8" > >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> >--- > .../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.7.9.5
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