https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729
--- Comment #9 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
