https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729
--- Comment #7 from Nick Clemens (kidclamp) <[email protected]> --- (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. _______________________________________________ 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/
