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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 9 Jun 2023 11:29:00 +0000 (08:29 -0300)
commite7116af43822477961080218b5b7990793e9c76a
tree631a8a522e4a08065191fc12dccde3a1b33512ad
parent20d22366813ddbd2c68fc72b609cee88e74e3872
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>
C4/Members.pm