https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42489 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 198497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198497&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 -- You are receiving this mail because: You are watching all bug changes.