@@ -, +, @@ - 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 @@ -181,7 +181,7 @@ }, { '_id': 'batch_biblio_record_deletion', - '_str': _("Batch bibliographic record record deletion") + '_str': _("Batch bibliographic record deletion") }, { '_id': 'batch_authority_record_modification', --