From d151bc4ad673a98ee938c58ffd432f61162d2f39 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 13 Feb 2020 09:27:26 +0000 Subject: [PATCH] Bug 24649: Fix missing
  • tag on batch mod item for cloned subfield Content-Type: text/plain; charset=utf-8 Same problem as previous patch. Test plan: Go to Tools/Batch item modification. Test cloning subfield on batchMod-edit. Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt index d82b77070f..965722e5d1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -326,7 +326,7 @@ $(document).ready(function(){ [% IF ( ite.repeatable ) %] - + Clone [% END %] -- 2.11.0