https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16948 Bug ID: 16948 Summary: 'Return to batch item deletion' button should only show when there are items that could not be deleted Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: gmcharlt@gmail.com Reporter: aleishaamohia@hotmail.com QA Contact: testopia@bugs.koha-community.org Referring to Owen Leonard's comment from Bug 15824: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15824#c18 Having both the link and the button makes sense with batch item modifications when the list of modified items is displayed. On the batch item deletion confirmation screen I think we should move the button into the [% IF ( not_deleted_loop ) %] block so that it is only shown if the page is listing items which could not be deleted. -- You are receiving this mail because: You are watching all bug changes.