]> git.koha-community.org Git - koha.git/commit
Bug 33045: Use process_tt in C4::Record::marcrecord2csv
authorKyle Hall <kyle@bywatersolutions.com>
Wed, 22 Feb 2023 18:16:35 +0000 (13:16 -0500)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 15 Sep 2023 14:57:16 +0000 (11:57 -0300)
commitd00feafe758c0631009ad7f9acf96222b4f1d922
tree628facb721ce2f57953b9e9e6ab046d17ae39fd3
parent93d4defeda79349d57be209bfb8fa4132cae3b77
Bug 33045: Use process_tt in C4::Record::marcrecord2csv

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

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