Bug 35074: Use patron relationship alias
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 27 Oct 2023 13:02:27 +0000 (14:02 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 1 Nov 2023 20:23:11 +0000 (17:23 -0300)
commit6f693a2420c92556dff2acb05eb0be173ad27c77
tree04494a2da42103b6b3184f2e1e911f933620582e
parent465713bb63be5ece367ef8952671b2f9b1c92b33
Bug 35074: Use patron relationship alias

This patch updates the existing Koha::Account::Line->patron accessor to
use the new aliased 'patron' relation in the schema class

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Account/Line.pm