From d1899dcdaa6dfda7565f4813a15c12ff388cb8d7 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- .../intranet-tmpl/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.11.0