Bugzilla – Attachment 37396 Details for
Bug 13069
Enable sort by title to ignore articles on circulation and patron detail pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13069 - (follow-up) Enable sort by title to ignore articles
Bug-13069---follow-up-Enable-sort-by-title-to-igno.patch (text/plain), 1.24 KB, created by
Mark Tompsett
on 2015-03-31 03:04:39 UTC
(
hide
)
Description:
Bug 13069 - (follow-up) Enable sort by title to ignore articles
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2015-03-31 03:04:39 UTC
Size:
1.24 KB
patch
obsolete
>From dcd1c70726023a4624be0b51bbea0bab650b787b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >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 <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> >--- > 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 5e9ff9e..48892f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -495,7 +495,8 @@ $(document).ready(function() { > + onsite_checkout; > > return title; >- } >+ }, >+ "sType": "anti-the" > }, > { "mDataProp": "itemtype" }, > { "mDataProp": "issuedate_formatted" }, >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13069
:
32183
|
32237
|
32238
|
37395
|
37396
|
37479
|
37480