Bug 28960: Explicitly call get_column
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 Sep 2021 11:14:03 +0000 (12:14 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Sep 2021 10:06:53 +0000 (12:06 +0200)
commit51f978696eb6f9a5a1f76a952fe56d51d97e799a
tree8c5d445fec1cea4e9adc2f2b76b373c3f1d55ea4
parentd609e42a3cf537bdeb3ff35db7e72191d5b92eb9
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>
Koha/EDI.pm