Bug 29139: Fix incorrect relation call
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 30 Sep 2021 08:14:15 +0000 (09:14 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Oct 2021 14:28:55 +0000 (16:28 +0200)
commit88bf99cc08e8302f87a23b3a8549ec56322bab8a
tree77357f92d6ecc6cb873369c2efb96bbcd9ed2e0c
parentfc5c91f53f59af9e4f2ff203ebfd6e10196a1b9d
Bug 29139: Fix incorrect relation call

The bug here was worse than originally thought. We were calling the
wrong relation too.. we should probably add some exceptions to catch
this, it confuses me every single time!

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Account.pm