Bug 8693 - Sort biblio checkout history by checkout date instead of patron name origin/new/bug_8693
authorOwen Leonard <oleonard@myacpl.org>
Tue, 28 Aug 2012 13:25:52 +0000 (09:25 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 18 Sep 2012 10:25:38 +0000 (12:25 +0200)
Adding a default sort on checkout date.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt

index dd384d6..8f473e5 100644 (file)
@@ -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>