Bugzilla – Attachment 20414 Details for
Bug 10716
The booksellers template generates a JS error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10716: fix JavaScript error on basket groups page
Bug-10716-fix-JavaScript-error-on-basket-groups-pa.patch (text/plain), 1.47 KB, created by
Kyle M Hall (khall)
on 2013-08-16 14:36:23 UTC
(
hide
)
Description:
Bug 10716: fix JavaScript error on basket groups page
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-08-16 14:36:23 UTC
Size:
1.47 KB
patch
obsolete
>From b107522963812ece7690c41fea6cc4013fa40db3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 13 Aug 2013 12:25:35 +0200 >Subject: [PATCH] Bug 10716: fix JavaScript error on basket groups page > >To test: > >Go on acqui/basketgroup.tt and verify a js error occurred >(ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined). >Apply the patch and verify the error does not appear anymore. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/acqui/basketgroup.tt | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 6bb0048..0dfd1c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -4,6 +4,7 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> >+[% INCLUDE 'datatables-strings.inc' %] > <script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> > <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> > <script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> >-- >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 10716
:
20293
|
20340
| 20414