Bugzilla – Attachment 23130 Details for
Bug 11171
The basket group is not displayed on the supplier list page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11171: FIX a javascript error
Bug-11171-FIX-a-javascript-error.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2013-11-25 08:37:36 UTC
(
hide
)
Description:
Bug 11171: FIX a javascript error
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-11-25 08:37:36 UTC
Size:
1.31 KB
patch
obsolete
>From 348e6f1eef29e9aaf4c27b63e574710ee0257484 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 25 Nov 2013 09:35:28 +0100 >Subject: [PATCH] Bug 11171: FIX a javascript error > >The previous patch adds an error on booksellers.pl: > >TypeError: a.aoColumns[c] is undefined > >It was caused by the add of the new column. The aoColumns DT parameter >should manage it. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 5ee7352..3fa12e2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -19,7 +19,7 @@ $(document).ready(function() { > 'bInfo': false, > "aaSorting": [[ 1, "asc" ]], > "aoColumns": [ >- null,null,null,null,null,null,{ "sType": "title-string" },{ "sType": "title-string" },null >+ null,null,null,null,null,null,{ "sType": "title-string" },null,{ "sType": "title-string" },null > ], > 'aoColumnDefs': [ > { 'aTargets': [-1], 'bSortable': false } >-- >1.7.10.4
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 11171
:
22598
|
22936
|
23130
|
23148
|
23149