https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- NOTE for interested ones: The former code - when priority>0 then 1 - when priority=0 then - (case - when found='f' then 4 - when found='w' then - (case - when cancellationdate is null then 3 - else 5 - end ) - else 2 - end ) made a lot of cancelled holds count under processing status 2 ! The only ones that were counted were those which were already waiting. This bug is resolved now too. -- You are receiving this mail because: You are watching all bug changes.