]> git.koha-community.org Git - koha.git/commit
Bug 8838: Add digest option for HOLD notice
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Aug 2023 11:06:31 +0000 (07:06 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 25 Oct 2023 14:07:48 +0000 (11:07 -0300)
commitfde91e178d7a2fd4748ad1712d5fc59170ee3919
tree78f5ff87ca7bebe7a8218ea1179980a7586b70ac
parent328af73a945c10c48426f7d8bed59ee12d9e47d1
Bug 8838: Add digest option for HOLD notice

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Restart all the things!
4) Enable the new digest option for "Hold filled" messages
5) Trap multiple holds for a patron
6) Note a single notices is generated for all the trapped holds!

Signed-off-by: George Williams <george@nekls.org>
Signed-off-by: Laura ONeil <laura@bywatersolutions.com>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Reserves.pm
installer/data/mysql/atomicupdate/bug_8838.pl [new file with mode: 0755]
installer/data/mysql/en/mandatory/sample_notices.yml
installer/data/mysql/mandatory/sample_notices_message_transports.sql
t/db_dependent/Reserves.t