Bug 28960: Explicitly call get_column
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 Sep 2021 11:14:03 +0000 (12:14 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 1 Oct 2021 17:29:31 +0000 (13:29 -0400)
commitc3ef810a546ac35557484e12d7c2ff10c471b62d
tree43df47789c24ede3c3d0d492adb3a0d55392f8e4
parent45dd2737e573d590fbeee399846dacef8a40df82
Bug 28960: Explicitly call get_column

This patch adds get_column to ensure we are returning a string value of
a field rather than accidentally triggering a relationship accessor.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/EDI.pm