Version 3.7 A Software Error is encountered when the Tools-Batch Item Delete is used. Undefined subroutine &C4::Search::SimpleSearch called at /home/koha/kohaclone/C4/Items.pm line 2465.
I can confirm this, updating severity as it makes the tool useless.
Created attachment 9191 [details] [review] Bug 7958 - Batch Item Delete Fails Adding back "use C4::Search;" in Items.pm fixes the problem. I think this is probably related to the de-nesting efforts.
Created attachment 9217 [details] [review] [PASSED QA] Bug 7958 - Batch Item Delete Fails Adding back "use C4::Search;" in Items.pm fixes the problem. I think this is probably related to the denesting efforts. Signed-off-by: Ian Walls <koha.sekjal@gmail.com>
GetAnalyticsCount depends on C4::Search, so not only is batch deletion broken, but anything else using that subroutine. Signing off and Passing QA in one go
There have been no further reports of problems so I am marking this bug resolved.