Bugzilla – Attachment 40196 Details for
Bug 12906
Show shipment date in invoice search result list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12906: DataTables: Use -1 to specify the last column
Bug-12906-DataTables-Use--1-to-specify-the-last-co.patch (text/plain), 1.17 KB, created by
Jonathan Druart
on 2015-06-16 16:48:30 UTC
(
hide
)
Description:
Bug 12906: DataTables: Use -1 to specify the last column
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-16 16:48:30 UTC
Size:
1.17 KB
patch
obsolete
>From bf24665243c10a14d0b4da685bd2c24db08bae70 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@koha-community.org> >Date: Tue, 16 Jun 2015 18:46:54 +0200 >Subject: [PATCH] Bug 12906: DataTables: Use -1 to specify the last column > >It will avoid further changes. > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >index cb3d9f5..519cfee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt >@@ -12,7 +12,7 @@ $(document).ready(function() { > var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { > bPaginate: false, > aoColumnDefs: [ >- { "bSortable": false, "aTargets": [1, 9] }, >+ { "bSortable": false, "aTargets": [1, -1] }, > { "bVisible": false, "aTargets": [0] }, > { "sType": "title-string", "aTargets" : [ "title-string" ] } > ] >-- >2.1.0
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 12906
:
39973
|
40018
|
40195
| 40196