Bug 33937: Remove incorrect export in C4::Members
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 7 Jun 2023 10:14:53 +0000 (12:14 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 12 Jul 2023 07:07:53 +0000 (08:07 +0100)
commit4effe3b3d89597fc9498b0d157caf70866a6e686
tree413d650ffa9b4040b054efc06c077df0db43bf6d
parent82cd05381ae7a52da07d392a6a8c09b61703560f
Bug 33937: Remove incorrect export in C4::Members

Bug 17600 re-add those exports, but the module does no longer have the
subroutines. We should remove these export.

Test plan:
git grep is your friend

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit e7116af43822477961080218b5b7990793e9c76a)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Members.pm