https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37645
--- Comment #33 from Laura Escamilla <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
