From 01905229533ed5eba9b604c4c91d96af743f1fbd Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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). Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../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 50cd561135..7b6483c9bf 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() { [% IF ( issue.returndate ) %] [% issue.returndate |$KohaDates with_hours => 1 %] [% ELSE %] - + Checked out [% END %] [% END %] -- 2.39.5