From 29e42e5ea8244db7dfa169c59f6d0be12dbfe6b0 Mon Sep 17 00:00:00 2001 From: MichaƂ Kula <148193449+mkibp@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:19:51 +0200 Subject: [PATCH] Bug 35075: "bulkmarcimport" source missing in Marc Overlay Rules settings page There is no reason for this to be commented out, when analogous "import_lexile.pl" source isn't, and they both work in pretty much the exact same way. This change will allow users to add "bulkmarkimport" source for MARC overlay rules in the admin page, without having to resort to the "*" catch-all source or manually tinkering with the db. --- .../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 a772fb08b2..32a8efffde 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 @@ -473,7 +473,7 @@ intranet: _("Staff interface MARC editor"), batchimport: _("Staged MARC import"), z3950: _("Z39.50"), - /* bulkmarcimport: _("bulkmarcimport.pl"), */ + bulkmarcimport: _("bulkmarcimport.pl"), import_lexile: _("import_lexile.pl") }, -- 2.42.0.windows.1