Bugzilla – Attachment 21393 Details for
Bug 10901
Filters is needed on the add item page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10901: the withdrawn column should be sortable
PASSED-QA-Bug-10901-the-withdrawn-column-should-be.patch (text/plain), 1.09 KB, created by
Katrin Fischer
on 2013-09-24 06:43:46 UTC
(
hide
)
Description:
[PASSED QA] Bug 10901: the withdrawn column should be sortable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-09-24 06:43:46 UTC
Size:
1.09 KB
patch
obsolete
>From 6b834d781b093115049617b842c5e95e782ba20f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 23 Sep 2013 09:56:28 +0200 >Subject: [PATCH] [PASSED QA] Bug 10901: the withdrawn column should be > sortable > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../prog/en/modules/cataloguing/additem.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index b60cd71..ba54bd9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -35,7 +35,7 @@ $(document).ready(function(){ > > var itemst = $("#itemst").dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumnDefs": [ >- { "aTargets": [ 0, 1 ], "bSortable": false, "bSearchable": false }, >+ { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, > ], > 'bPaginate': false, > 'bInfo': false, >-- >1.7.9.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 10901
:
21139
|
21222
|
21309
|
21336
|
21392
| 21393