https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42489 --- Comment #7 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 199155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199155&action=edit Bug 42489: Add RealTimeHoldsQueueUnallocated syspref Adds a new system preference to control whether the real-time holds queue processes only unallocated holds (faster, additive) or rebuilds the entire queue for the affected biblio (current behavior, more thorough). Default is off (preserving current behavior). Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ perl installer/data/mysql/updatedatabase.pl => SUCCESS: New preference added 3. Verify RealTimeHoldsQueueUnallocated appears in Administration > System preferences > Circulation 4. Sign off :-D Signed-off-by: Alex Carver [Acerock7] <alex@rcls.org> Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.