http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11336
--- Comment #13 from Jonathan Druart <[email protected]> --- Kyle, I disagree with your patch. The call stack could be weird: If ModReserve is called for deleting an hold, _FixPriority will be called with $rank=del which will call CancelReserve which will call again _FixPriority. Since the code in ModReserve (when call with rank=del) cancels a reserve, maybe the best is to call CancelReserve :) I am submitting a new patch. -- 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/
