| Summary: | Remove useless autouse in C4/Koha.pm | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Cook <dcook> |
| Component: | Architecture, internals, and plumbing | Assignee: | David Cook <dcook> |
| Status: | RESOLVED FIXED | QA Contact: | Lisette Scheer <lisette> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | david, fridolin.somers, lisette |
| Version: | Main | Keywords: | Academy |
| 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: |
25.05.00
|
|
| Circulation function: | |||
| Attachments: |
Bug 39159: Remove useless autouse line
Bug 39159: Remove useless autouse line Bug 39159: Remove useless autouse line |
||
|
Description
David Cook
2025-02-19 01:32:54 UTC
Created attachment 178303 [details] [review] Bug 39159: Remove useless autouse line This patch removes a useless autouse line. Test plan: 0. Apply the patch 1. koha-plack --restart kohadev 2. Go to http://localhost:8081/cgi-bin/koha/mainpage.pl 3. Nothing blows up Created attachment 178704 [details] [review] Bug 39159: Remove useless autouse line This patch removes a useless autouse line. Test plan: 0. Apply the patch 1. koha-plack --restart kohadev 2. Go to http://localhost:8081/cgi-bin/koha/mainpage.pl 3. Nothing blows up Signed-off-by: Magnus Enger <magnus@libriotech.no> Followed the test plan, works as advertised. Created attachment 178869 [details] [review] Bug 39159: Remove useless autouse line This patch removes a useless autouse line. Test plan: 0. Apply the patch 1. koha-plack --restart kohadev 2. Go to http://localhost:8081/cgi-bin/koha/mainpage.pl 3. Nothing blows up Signed-off-by: Magnus Enger <magnus@libriotech.no> Followed the test plan, works as advertised. Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> Pushed for 25.05! Well done everyone, thank you! I prefer not impact 24.11.x Architecture related, no changes required to the manual. |