From 098b466bf27f00bb5a14dff4ae34eeec6b3334e2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sat, 11 Oct 2014 16:53:41 +0200 Subject: [PATCH] [PASSED QA] Bug 13069 - (follow-up) Enable sort by title to ignore articles This should affect the relatives' checkouts table too. Signed-off-by: Jonathan Druart NOTE: This is the one later in the javascript file. Checkout tab on the patron details page. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js index ecbe912..6335d97 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js @@ -504,7 +504,8 @@ $(document).ready(function() { + onsite_checkout; return title; - } + }, + "sType": "anti-the" }, { "mDataProp": "itemtype" }, { "mDataProp": "issuedate_formatted" }, -- 1.7.2.5