[Koha-bugs] [Bug 36137] update_totalissues.pl should always skip_holds_queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 25 09:47:01 CET 2024


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

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #162301|0                           |1
        is obsolete|                            |

--- Comment #3 from Frédéric Demians <frederic at tamil.fr> ---
Created attachment 163766
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163766&action=edit
Bug 36137: Make update_totalissues cron always skip the holds queue

To test:
1. Run the update_totalissues cron, the holds queue is updated.
2. APPLY PATCH, restart services
3. Run update_totalissues cron again, this time the holds queue should always
be skipped.

NOTE: This patch also eliminates what looks to me to be an unessesary if/else
case.
This patch also adds POD for the skips_hold_queue variable in C4/Biblio

Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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


More information about the Koha-bugs mailing list