From 0415ec14fc92d84d66adc1b0bcd54b3333ea8272 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 29 Mar 2021 13:31:59 +0100 Subject: [PATCH] Bug 14957: (QA follow-up) Comment 'bulkmarcimport' temporarily It appears this patchset doesn't fully support bulkmarcimport (see bug 25539 for details). At this time, to get this bug moving I think we should comment out the ability to define rules that affect bulkmarcimport and then we can fix and re-enable that feature at a later date. Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt index b3b00444ad..1a669e411a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt @@ -201,7 +201,7 @@ $(document).ready(function(){ intranet: _("Staff client MARC editor"), batchimport: _("Staged MARC import"), z3950: _("Z39.50"), - bulkmarcimport: _("bulkmarcimport.pl"), + /* bulkmarcimport: _("bulkmarcimport.pl"), */ import_lexile: _("import_lexile.pl") }, categorycode: { -- 2.20.1