From f4e195f33bfa6fae3c3a193ac73dbe7a3b4d7b8e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 1 Oct 2021 10:40:49 +0200 Subject: [PATCH] Bug 23678: Don't display code of the job type Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt index 5debeb69f4..4b4e81d22e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -24,6 +24,8 @@ Batch bibliographic record modification [% CASE "batch_authority_record_modification" %] Batch authority record modification + [% CASE "batch_hold_cancel" %] + Batch hold cancellation [% CASE # Default case %] [% job.type | html %] [% END %] @@ -167,6 +169,7 @@ [% CASE 'batch_biblio_record_deletion' %]Batch bibliographic record record deletion [% CASE 'batch_authority_record_modification' %]Batch authority record modification [% CASE 'batch_authority_record_deletion' %]Batch authority record deletion + [% CASE "batch_hold_cancel" %]Batch hold cancellation [% CASE %][% job.type | html %] [% END %] -- 2.33.0