[Koha-bugs] [Bug 5144] Duplicate holds allowed if patron clicks back button after placing hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 28 15:46:35 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5144

--- Comment #21 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #20)
> Comment on attachment 35091 [details] [review]
> Bug 5144 [2] - Duplicate holds allowed if patron clicks back button after
> placing hold
> 
> Review of attachment 35091 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: C4/Reserves.pm
> @@ +161,5 @@
> > +        ( $biblionumber, $borrowernumber )
> > +    );
> > +    if ( $count > 0 ) {
> > +        carp("AddReserve: borrower $borrowernumber already has $count holds for biblionumber $biblionumber");
> > +        return;
> 
> This will be in conflict with bug 7710.

Then the race is on! I'll have to add a followup to whichever bug is not pushed
to master first.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list