https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17680 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #34 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #32)
SIP fails on the date, this needs to be converted to a string for returning
Any chances you could try to fix this one?
Checking in an overdue item fails to calculate the fine
Ha, terrible! Will be fixed with the last patch, thanks for catching that.
Test fails: t/db_dependent/Circulation.t .. 44/95 # Failed test 'Can auto renew, OPACFineNoRenewals=10, patron has 10' # at t/db_dependent/Circulation.t line 671. # got: 'auto_too_much_oweing' # expected: 'auto_renew' # Looks like you failed 1 test of 6.
I manage to recreate that with prove t/db_dependent/Circulation* but then the test failed on master too. Sounds like a master bug, depending on data.
I think there are spots where the date isn't being converted from a DateTime object when needed
Did you spot where? -- You are receiving this mail because: You are watching all bug changes.