Bug 33043: Use process_tt in SIP modules
authorKyle Hall <kyle@bywatersolutions.com>
Wed, 22 Feb 2023 17:00:07 +0000 (12:00 -0500)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 18 Jul 2023 15:46:56 +0000 (12:46 -0300)
commita8035bea2a597da2c1687afeabd02b426f3148f6
tree444382ba5c82a51b8d6b1c58c5e4a3282a8ea509
parente3ff3a62048731c130e7185f7ac81e07f41f6ff9
Bug 33043: Use process_tt in SIP modules

Bug 33030 implements a new helper subroutine to standardize processing of
Template Toolkit syntax outside slips and notices. We should use this
subroutine in the various parts of the SIP server code where we are
currently using Template::process directly.

Test Plan:
1) Apply this patch
2) prove -r t/db_dependent/SIP

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/SIP/ILS/Item.pm
C4/SIP/ILS/Patron.pm