Bug 8693 - Sort biblio checkout history by checkout date instead of patron name
[koha-ffzg.git] / 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>