| Summary: | Incorrect export in C4::Members | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | 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
|
|
| Circulation function: | |||
| 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
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 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> Pushed to master for 23.11. Nice work everyone, thanks! Thanks for all the hard work! Pushed to 23.05.x for the next release Nice work everyone! Pushed to oldstable for 22.11.x |