Bug 36020

Summary: Port default recall notices to Template Toolkit
Product: Koha Reporter: Emily Lamancusa <emily.lamancusa>
Component: NoticesAssignee: Lisette Scheer <lisette.scheer>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: lisette.scheer, nick
Version: MainKeywords: Academy, roadmap_24_05
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 15278    
Attachments: Bug 36020: Port default recall notices to Template Toolkit The following notices relating to recalls all need to be updated to use Template Toolkit syntax:

Description Emily Lamancusa 2024-02-07 15:00:07 UTC
The following notices relating to recalls all need to be updated to use Template Toolkit syntax:

RETURN_RECALLED_ITEM
PICKUP_RECALLED_ITEM
RECALL_REQUESTER_DET
Comment 1 Lisette Scheer 2024-05-15 14:41:08 UTC
Created attachment 166784 [details] [review]
Bug 36020: Port default recall notices to Template Toolkit The following notices relating to recalls all need to be updated to use Template Toolkit syntax:

RETURN_RECALLED_ITEM
PICKUP_RECALLED_ITEM
RECALL_REQUESTER_DET

To test:
1) Observe the default notice contains <<>> tags
2) Apply the patch
3) reset_all
4) Check that the notice is now all in template toolkit [%  %] tags
5) Enable recalls
6) Check an item out to a patron
7) Make sure the patron has a primary email
8) Make sure a secondary patron has a primary email
9) Generate a recall on the checked out item for the second patron
10) Check the first patron's notices tab to confirm the return recalled item notice generated properly.
11) Check the item back in and generate the recall slip and confirm it generated correctly.
12) Check the second patron's notices tab to confirm the pickup recalled item notice generated properly.