http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12632 --- Comment #36 from Kyle M Hall <kyle.m.hall@gmail.com> --- (In reply to Jonathan Druart from comment #35)
(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, );
Thanks Jonathan! I totally missed that. As I'm typing this I realized it only worked for me because I didn't run updatedatabase. -- You are receiving this mail because: You are watching all bug changes.