@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 3 +++ 1 file changed, 3 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ a/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 %] @@ -275,6 +277,7 @@ [% SWITCH job.type %] [% CASE 'batch_biblio_record_modification' %]Batch bibliographic record modification [% CASE 'batch_authority_record_modification' %]Batch authority record modification + [% CASE "batch_hold_cancel" %]Batch hold cancellation [% CASE %][% job.type | html %] [% END %] --