Bug 13069 - (follow-up) Enable sort by title to ignore articles
authorJonathan Druart <jonathan.druart@biblibre.com>
Sat, 11 Oct 2014 14:53:41 +0000 (16:53 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 12:54:47 +0000 (09:54 -0300)
This should affect the relatives' checkouts table too.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
NOTE: This is the one later in the javascript file.
      Checkout tab on the patron details page.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js

index 774afd7..c2131b6 100644 (file)
@@ -500,7 +500,8 @@ $(document).ready(function() {
                                   + onsite_checkout;
 
                             return title;
-                        }
+                        },
+                        "sType": "anti-the"
                     },
                     { "mDataProp": "itemtype" },
                     { "mDataProp": "issuedate_formatted" },