9 Sep
2026
9 Sep
'26
2:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37645 --- Comment #33 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- I tested this locally by deleting the batch_writeoff permission row, running updatedatabase, and then rerunning t/Koha/Auth/Permissions.t. The atomic update recreated the permission successfully and the test passed. Could you check whether your test database has applied the atomic update? You can verify with: SELECT module_bit, code, description FROM permissions WHERE code = 'batch_writeoff'; If the row is missing, running updatedatabase should add it. After that, prove -v t/Koha/Auth/Permissions.t should pass. -- You are receiving this mail because: You are watching all bug changes.