Bugzilla – Attachment 20738 Details for
Bug 10786
Javascript error on the parcel page: YAHOO is not defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10786: Javascript error on the parcel page: YAHOO is not defined
Bug-10786-Javascript-error-on-the-parcel-page-YAHO.patch (text/plain), 1.45 KB, created by
Kyle M Hall (khall)
on 2013-08-30 13:21:20 UTC
(
hide
)
Description:
Bug 10786: Javascript error on the parcel page: YAHOO is not defined
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-08-30 13:21:20 UTC
Size:
1.45 KB
patch
obsolete
>From 7b1494773b5f0edc9e98b687d0b921d967e31068 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 27 Aug 2013 12:04:14 +0200 >Subject: [PATCH] Bug 10786: Javascript error on the parcel page: YAHOO is not defined > >The include of the yui json file generates a js error: YAHOO is not >defined. > >This file seems not to be in use (patches for bug 8382 remove the use). > >To test: >- go on acqui/parcel.pl?invoiceid=XXX >- verify the error occurs (with firebug) >- apply this patch >- refresh the page >- verify this error does not appear anymore >- Verify there is no regression on this page > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Patch fixes the javascript error pointed out by Firebug. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 10382cb..9d3d60a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -7,7 +7,6 @@ > [% INCLUDE 'datatables-strings.inc' %] > <script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> > [% INCLUDE 'greybox.inc' %] >-<script type="text/javascript" src="[% yuipath %]/json/json-min.js"></script> > <script type="text/javascript"> > //<![CDATA[ > >-- >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 10786
:
20652
|
20713
| 20738