[Koha-bugs] [Bug 23059] reserves_stats.pl: Simplify reserve status handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 30 14:30:13 CEST 2023


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

--- Comment #6 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list