From 390f4d483cb8b13d0214d8866b1c487b20de895e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 2 Sep 2011 10:14:51 -0400 Subject: [PATCH] Fix for Bug 6458 - incorrect parsing result in translation processing There is template logic in manage-marc-import.tt which is intended to set the "selected" option for the framework chooser ("Add new bibliographic records into this framework"). However, I can't see any place in the code which sends the "selected" variable to the template, and I can't see any circumstance in which a value would be passed to the template. This patch removes the "selected" variable from the template. Signed-off-by: Chris Cormack (cherry picked from commit 0d5aaf0a7ca024d4ec5e1b7d554e0d813785fae4) Signed-off-by: Chris Nighswonger --- .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index b5083ae968..3890efe0ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -157,9 +157,7 @@ $(document).ready(function(){ -- 2.39.5