Bugzilla – Attachment 37406 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]
Bug 8276: circ history - checked out items are later
Bug-8276-circ-history---checked-out-items-are-late.patch (text/plain), 1.45 KB, created by
Jonathan Druart
on 2015-03-31 14:12:06 UTC
(
hide
)
Description:
Bug 8276: circ history - checked out items are later
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-31 14:12:06 UTC
Size:
1.45 KB
patch
obsolete
>From e9fe7604c6ced6f037f2c2c05deadb62b351a312 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] 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). >--- > 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 %] >-- >2.1.0
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