https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23059

--- Comment #6 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to