Bugzilla – Attachment 38141 Details for
Bug 8276
circ history not sorting right
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 8276: circ history - checked out items are later
PASSED-QA-Bug-8276-circ-history---checked-out-item.patch (text/plain), 1.58 KB, created by
Katrin Fischer
on 2015-04-19 20:29:38 UTC
(
hide
)
Description:
[PASSED QA] Bug 8276: circ history - checked out items are later
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-19 20:29:38 UTC
Size:
1.58 KB
patch
obsolete
>From 2677c6d5b5e757d8c9259fcc063f661eff807469 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 31 Mar 2015 16:07:43 +0200 >Subject: [PATCH] [PASSED QA] Bug 8276: circ history - checked out items are > later > >If the sort is done on "checkin on", the items currently checked out >should be list after all others. > >Test plan: >1/ Go on the checkout history page for a record with checked out items >2/ Sort on the "checkin on" column and confirm that the checked out >items are sorted after/before others depending on the sort order >(asc/desc). > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 50cd561..7b6483c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -79,7 +79,7 @@ $(document).ready(function() { > <td>[% IF ( issue.returndate ) %] > <span title="[% issue.returndate %]">[% issue.returndate |$KohaDates with_hours => 1 %]</span> > [% ELSE %] >- <span title="0000-00-00"></span> >+ <span title="Checked out"><small>Checked out</small></span> > [% END %]</td> > </tr> > [% 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 8276
:
10390
|
37406
|
37847
| 38141 |
38142