[Koha-bugs] [Bug 11947] Hold priorities not re-calculated when hold is confirmed on checkin.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 15 11:43:30 CEST 2014


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

--- Comment #29 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think I found another bug here:

1) Appply patch
2) Check out item
3) Place 3 holds, for patron a, b, c
4) Return the item - item is now waiting for a, b = 1, c = 2
5) Check out the book to b(!), revert waiting status as offered

You will end up with: a = 1, c = 1, but in the database it's kind of more
correct: a = 1, c = 3

I have put this on another bug - bug 12086. Still passing this as this patch
just used an existing routine and I believe it's an improvement.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list