From 2942a9e958f280b8490c4ae8d4b08459f79718f1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 22 Apr 2015 12:51:38 +0200 Subject: [PATCH] Bug 11064: Hide the framework choice when importing biblio This choice is ignored, it's preferable to hide it. Test plan: 0/ Before to apply the patch, confirm the issue 1/ Stage some records for import and on the detail of the batch (/tools/manage-marc-import.pl?import_batch_id=XXX), confirm the framework dropdown list does not appear anymore. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 3 +++ 1 file changed, 3 insertions(+) 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 0b10962..3a7a6b0 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 @@ -342,6 +342,8 @@ $(document).ready(function(){
[% IF ( record_type != 'auth' ) %] + [%# FIXME This does not work, the submitBackgroundJob function does not take arguments %] + [% END %] -- 2.1.0