From cb1672c616b62e0e661bd1606ba02843cc39e791 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 27 Aug 2013 12:04:14 +0200 Subject: [PATCH] [SIGNED-OFF] 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 Patch fixes the javascript error pointed out by Firebug. --- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 1 - 1 file changed, 1 deletion(-) 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 90dcf8b..d0c6e27 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -5,7 +5,6 @@ [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'greybox.inc' %] -