Bugzilla – Attachment 11868 Details for
Bug 8693
Sort biblio checkout history by checkout date instead of patron name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8693 - Sort biblio checkout history by checkout date instead of patron name
SIGNED-OFF-Bug-8693---Sort-biblio-checkout-history.patch (text/plain), 1.06 KB, created by
Nicole C. Engard
on 2012-08-28 14:52:37 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8693 - Sort biblio checkout history by checkout date instead of patron name
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-08-28 14:52:37 UTC
Size:
1.06 KB
patch
obsolete
>From b5f905da601ea4cf4629ec84229287690c247c90 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 28 Aug 2012 09:25:52 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 8693 - Sort biblio checkout history by checkout date instead of patron name > >Adding a default sort on checkout date. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/catalogue/issuehistory.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 dd384d6..8f473e5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt >@@ -8,7 +8,7 @@ > <script type="text/javascript" id="js"> > $(document).ready(function() { > $("#table_issues").dataTable($.extend(true, {}, dataTablesDefaults, { >-// maybe some defaults? >+ "aaSorting": [[ 4, "desc" ]] > }) > ); > }); </script> >-- >1.7.2.3
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 8693
:
11867
| 11868