https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #125 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- :( Looks like a missed a whole swathe of issues now I dig into this. I believe we should NOT be changing the expected return of GetItem (i.e deleted items should not be returned from GetItem) to stay compliant with existing functions. I can't believe I missed this in the changed test file :(. We are not consistently dealing with deleted_on after every invocation of GetItem currently and as such this patchset currently introduces a fairly significant number of untested bugs :(. Thanks to Petter for spotting the issue that lead me to realise the extent of my failings as QA here :(. -- You are receiving this mail because: You are watching all bug changes.