5 Sep
2024
5 Sep
'24
1:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Nick Clemens (kidclamp) from comment #7)
(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
The 'F' status stands for 'filled', and can only be present in 'oldreserves'. Look at Koha/Hold.pm:848 -- You are receiving this mail because: You are watching all bug changes.