From 7d49816c3105bcd289876070d8264828741711e6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 28 Aug 2020 10:17:47 +0200 Subject: [PATCH] Bug 22417: Remove FIXME in the template Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- .../prog/en/modules/tools/batch_record_modification.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index 140d3885aa..e43933cd23 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -245,7 +245,7 @@ [% END %] [% ELSIF view == 'enqueued' %]
-

The job has been enqueued! It will be processed as soon as possible (FIXME - well, it could depend on a config?)

+

The job has been enqueued! It will be processed as soon as possible.

View detail of the enqueued job | New batch record modification

-- 2.24.1 (Apple Git-126)