@@ -, +, @@ --- .../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 %] @@ -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 %] --