From 558d21858ef30b8ee5d6c5605c746119eb57bd1c Mon Sep 17 00:00:00 2001 From: sashaanastasi Date: Thu, 17 Jul 2025 22:30:31 +0000 Subject: [PATCH] Bug 40343: Include running batchRebuildItemsTables.pl in post-MARC-mapping-update instructions This patch updates the information message on the Koha to MARC mapping page to mention that batchRebuildItemsTables.pl should also be run if changes are made to mappings that affect the items table. Test plan: 1. Go to Koha administration > Catalog > Koha to MARC mapping. 2. Note that the information box only mentions running misc/batchRebuildBiblioTables.pl after mapping changes. 3. Apply the patch. 4. Refresh the page. 5. Note that it now also mentions running batchRebuildItemsTables.pl Signed-off-by: David Nind Signed-off-by: Emily Lamancusa --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt index b06bc998a4..a42f47598e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt @@ -32,7 +32,7 @@ [% WRAPPER 'main-container.inc' aside='admin-menu' %]

Koha to MARC mapping

-
If you make any change to the mappings, you must ask your administrator to run misc/batchRebuildBiblioTables.pl.
+
If you make any change to the mappings, you must ask your administrator to run misc/batchRebuildBiblioTables.pl and batchRebuildItemsTables.pl.
[% INCLUDE 'csrf-token.inc' %] -- 2.39.5