Bugzilla – Attachment 23149 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]
[PASSED QA] Bug 11171: FIX a javascript error
PASSED-QA-Bug-11171-FIX-a-javascript-error.patch (text/plain), 1.37 KB, created by
Katrin Fischer
on 2013-11-25 20:59:51 UTC
(
hide
)
Description:
[PASSED QA] Bug 11171: FIX a javascript error
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-11-25 20:59:51 UTC
Size:
1.37 KB
patch
obsolete
>From 45727b3eb141e42bb9a98918dec2b80c2a66a2fd 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] [PASSED QA] 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> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > 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.8.3.2
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