Created attachment 183398 [details] Example of the bug After deleting a batch of items, I clicked on the "Batch item deletion" button, at the top of the page, and am directed to the "Batch item MODIFICATION" page (Example URL : https://dev.koha.ca/cgi-bin/koha/tools/batchMod.pl). I should instead be redirected to the "Batch item DELETION" page (Example URL : https://dev.koha.ca/cgi-bin/koha/tools/batchMod.pl?del=1). The redirect URL should be changed for : https://dev.koha.ca/cgi-bin/koha/tools/batchMod.pl?del=1 See the attached video for the example. Tested in version 24.05 and 25.05. Test plan : 1. Go to the cataloging module. 2. Click on "Batch item deletion" button 3. Copy a barcode into the "Barcode list" box. 4. Click on "Continue" button 5. Click on "Delete selected items" button 6. Click on "Batch item deletion" button at the top of the page 7. Notice that you have been redirected to "Batch item modification" and not "Batch item deletion". I also tested the button for "Batch RECORD deletion" and it redirects us to the correct page : "Batch record deletion" (https://dev-intranet.koha.collecto.ca/cgi-bin/koha/tools/batch_delete_records.pl).
Correction : Button in breadcrumbs.