From 13949574e396396547f0b81e64346c7314ba9773 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Sat, 11 Oct 2014 16:53:41 +0200 Subject: [PATCH] Bug 13069 - (follow-up) Enable sort by title to ignore articles This should affect the relatives' checkouts table too. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js index 2dc9703..14578da 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js @@ -426,7 +426,8 @@ $(document).ready(function() { + ""; return title; - } + }, + "sType": "anti-the" }, { "mDataProp": "itemtype" }, { "mDataProp": "issuedate_formatted" }, -- 2.1.0