Bugzilla – Attachment 37480 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]
[PASSED QA] Bug 13069 - (follow-up) Enable sort by title to ignore articles
PASSED-QA-Bug-13069---follow-up-Enable-sort-by-tit.patch (text/plain), 1.31 KB, created by
Kyle M Hall (khall)
on 2015-04-03 17:45:59 UTC
(
hide
)
Description:
[PASSED QA] Bug 13069 - (follow-up) Enable sort by title to ignore articles
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-03 17:45:59 UTC
Size:
1.31 KB
patch
obsolete
>From 098b466bf27f00bb5a14dff4ae34eeec6b3334e2 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] [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 <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> >--- > 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
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