16 Dec
2013
16 Dec
'13
9:45 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11336 --- Comment #13 from Jonathan Druart <jonathan.druart@biblibre.com> --- 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.