Bugzilla – Attachment 76143 Details for
Bug 20934
Biblio checkout history shows only current checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20934: (QA follow-up) Fix showing number of records in checkout history
Bug-20934-QA-follow-up-Fix-showing-number-of-recor.patch (text/plain), 1.33 KB, created by
Josef Moravec
on 2018-06-18 15:53:24 UTC
(
hide
)
Description:
Bug 20934: (QA follow-up) Fix showing number of records in checkout history
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-06-18 15:53:24 UTC
Size:
1.33 KB
patch
obsolete
>From 4786a0a84e52cbfe18b77d8aefcb7928a7a02bda Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 18 Jun 2018 15:48:12 +0000 >Subject: [PATCH] Bug 20934: (QA follow-up) Fix showing number of records in > checkout history > >Test plan: >0) Do not apply this patch >1) Go to biblio checkout history page (issuehistory.pl) >2) You'll see something like "Checked out ARRAY(0xf830378) times" >3) Apply this patch >4) Now you should see number of checkout history records > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >index e831fa6..785857a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -27,7 +27,7 @@ > > <div class="searchresults"> > [% IF checkouts %] >- <h4>Checked out [% checkouts %] times</h4> >+ <h4>Checked out [% checkouts.size %] times</h4> > <table id="table_issues"> > <thead><tr> > [% IF Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] >-- >2.1.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 20934
:
76043
|
76104
|
76141
|
76142
| 76143