https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562 --- Comment #14 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #13)
commit dc5d3b9abd34b0e80794fff7029809b7438bcefa Bug 20562: issue_id is not stored in accountlines for rental fees
breaks t/db_dependent/Circulation/Returns.t
# Failed test 'No account lines should exist for this issue_id, patron should not have been charged' # at t/db_dependent/Circulation/Returns.t line 330. # got: '1' # expected: '0' # Looks like you failed 1 test of 6. t/db_dependent/Circulation/Returns.t .. 4/5 # Failed test 'Handle ids duplication' # at t/db_dependent/Circulation/Returns.t line 333. # Looks like you failed 1 test of 5.
Please fix ASAP
I'm trying to understand what this is actually testing. Can you give me any context? The unit tests aren't telling me much. -- You are receiving this mail because: You are watching all bug changes.