[Koha-bugs] [Bug 11336] Priority is not updated on deleting holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 16 10:45:57 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11336

--- Comment #13 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list