https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516
--- Comment #417 from Victor Grousset/tuxayo <[email protected]> --- Hi :) I tried to rebase because why not, but hit a wall on the changes on ModReserveFill which was moved (and changed a lot) to Hold::fill(). I don't know where is a right place to put the new code: # if this hold was part of a group, cancel other holds in the group my @holds = Koha::Holds->search({ hold_group_id => $hold->hold_group_id }); foreach my $h ( @holds ) { $h->cancel unless $h->reserve_id == $hold->reserve_id; } Also, maybe these lines are also needed in Hold::cancel() Not sure at all. I would gladly give another try if someone know what to do about the two above points. -- 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/
