Bug 33937

Summary: Incorrect export in C4::Members
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.11.00,23.05.02,22.11.08
Bug Depends on: 17600    
Bug Blocks:    
Attachments: Bug 33937: Remove incorrect export in C4::Members
Bug 33937: Remove incorrect export in C4::Members

Description Jonathan Druart 2023-06-07 10:14:50 UTC

    
Comment 1 Jonathan Druart 2023-06-07 10:16:02 UTC
Created attachment 152095 [details] [review]
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
Comment 2 Katrin Fischer 2023-06-08 23:20:45 UTC
Created attachment 152226 [details] [review]
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>
Comment 3 Tomás Cohen Arazi 2023-06-09 11:28:15 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 4 Martin Renvoize 2023-07-12 07:20:40 UTC
Thanks for all the hard work!

Pushed to 23.05.x for the next release
Comment 5 Matt Blenkinsop 2023-07-12 09:36:29 UTC
Nice work everyone!

Pushed to oldstable for 22.11.x