5 Sep
2024
5 Sep
'24
2:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729 --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Paul Derscheid from comment #3)
It's not 100% identical, the question is whether that matters?
The new version only tests for values considered 'found': 'P', 'T' and 'W'.
The old version tests for everything that's not undef
Spot checking a few production DB's I only see T,W,P, and NULL in that column We don't define any other statuses, so I think not including an unexpected value as found is okay - we could alter that subroutine if we think we need to check other values -- You are receiving this mail because: You are watching all bug changes.