http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12632
--- Comment #35 from Jonathan Druart <[email protected]> --- (In reply to Kyle M Hall from comment #34) > (In reply to Jonathan Druart from comment #33) > > RM: Do not push this patch after bug 9809 as it! > > Jonathan, I've been looking at the tests and code, and I don't think this > bug conflicts with 9809. With this on top of 9809 the tests still pass and > fail correctly just like they do without 9809. The unit tests don't create > any new holds, so they are unaffected by the changes made my 9809. > > Can you confirm this? Yes it is :) +my $res_id = AddReserve( $branch, $borrowernumbers[0], $bibnum, 'a', '', 1, ); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
