https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36137 --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 162301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162301&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 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.