@@ -, +, @@ circulation and patron detail pages This is the one visible by having multiple checkouts where the title excluding the articles is a different order than titles including the articles. Patrons -> Details (scroll down to check out area, view checkouts and toggle the title sort) --- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js +++ a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js @@ -259,7 +259,8 @@ $(document).ready(function() { + onsite_checkout; return title; - } + }, + "sType": "anti-the" }, { "mDataProp": "itemtype_description" }, { "mDataProp": "issuedate_formatted" }, --