Bug 33041: Use process_tt in C4::Serial::NewIssue
authorKyle Hall <kyle@bywatersolutions.com>
Wed, 22 Feb 2023 16:47:12 +0000 (11:47 -0500)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 18 Jul 2023 17:07:40 +0000 (14:07 -0300)
commite2e4b894675a24688058c930d50ed5928292cdbe
tree8edfad07dc818f10c9e0e404efe70d167a96022a
parentbc13d57e02083a541411aa964cb244a0e75ae8d5
Bug 33041: Use process_tt in C4::Serial::NewIssue

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

Test Plan:
1) Apply this patch
2) prove t/db_dependent/Koha/Items.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/Serials.pm