@@ -, +, @@ - Search for records - Select two or more records - Select "Edit" > "Batch delete records" - Click "Delete selcted records" - Click "View detail of the enqueued job" - Verify the page says "Type: Batch bibliographic record record deletion" - Repeat the steps above - The page should now say "Type: Batch bibliographic record deletion" --- .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -26,7 +26,7 @@ [% CASE 'batch_biblio_record_modification' %] Batch bibliographic record modification [% CASE 'batch_biblio_record_deletion' %] - Batch bibliographic record record deletion + Batch bibliographic record deletion [% CASE 'batch_authority_record_modification' %] Batch authority record modification [% CASE 'batch_authority_record_deletion' %] --