2 Mar
2026
2 Mar
'26
11:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962 --- Comment #105 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 194306 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194306&action=edit Bug 14962: (QA follow-up) Add missing use Koha::Database to BatchDeleteDisplayItems The process() method calls Koha::Database->new->schema but Koha::Database was never imported. This would cause a fatal error when the background job worker ran the delete job in a separate process context. Sponsored-by: ByWater Solutions Signed-of-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.