15 Apr
2014
15 Apr
'14
10:43 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11947 --- Comment #29 from Katrin Fischer <katrin.fischer@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.