https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729

--- Comment #11 from Jonathan Druart <[email protected]> ---
(In reply to Tomás Cohen Arazi from comment #9)
> (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'.

Or Finished, depending on where you look at:

C4/Reserves.pm
72             F(inished)   : the reserve has been completed, and is done
789         return 'Finished' if $found eq 'F';

Yes, means the same but... :D

-- 
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/

Reply via email to