http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5144
--- Comment #21 from Kyle M Hall <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
