https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36020 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166784|0 |1 is obsolete| | --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166934 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166934&action=edit 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. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.