]> git.koha-community.org Git - koha.git/commit
Bug 28960: Explicitly call get_column
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 Sep 2021 11:14:03 +0000 (12:14 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 6 Oct 2021 20:01:31 +0000 (10:01 -1000)
commit9dbf469605a3e97e66cb079961da65f7240e0cef
treeeba5c8ca4cf58d3a1e0f36c7d86a247be0c1c405
parentf71a106c1d5c235733bb4648f47bb475f693139f
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>
(cherry picked from commit c3ef810a546ac35557484e12d7c2ff10c471b62d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/EDI.pm