Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport
authorKyle Hall <kyle@bywatersolutions.com>
Wed, 22 Feb 2023 18:23:09 +0000 (13:23 -0500)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 18 Jul 2023 17:07:41 +0000 (14:07 -0300)
commitb41cfcd38d4afc153210a90bc3a638788f799b69
tree7e641d99a5125270b89963aab94883dadefabf1e
parente2e4b894675a24688058c930d50ed5928292cdbe
Bug 33046: Use process_tt in C4::Reports::Guided::EmailReport

Bug 33030 implements a new helper subroutine to standardize processing of Template Toolkit syntax outside slips and notices. We should use this subroutine in EmailReport.

Test Plan:
1) Apply this patch
2) prove t/db_dependent/Reports/Guided.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Reports/Guided.pm