| Summary: | Explicit return of undef in C4/CourseReserves.pm | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Kyle M Hall (khall) <kyle> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | kyle |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 23727 | ||
| Bug Blocks: | |||
| Attachments: | Bug 25874: Explicit return of undef in C4/CourseReserves.pm | ||
|
Description
Jonathan Druart
2020-06-25 10:22:44 UTC
Created attachment 106309 [details] [review] Bug 25874: Explicit return of undef in C4/CourseReserves.pm "return" statement with explicit "undef" at line 87, column 5. See page 199 of PBP. (Severity: 5) Test Plan: 1) perlcritic C4/CourseReserves.pm "return" statement with explicit "undef" at line 87, column 5. See page 199 of PBP. (Severity: 5) 2) Apply this patch 3) perlcritic C4/CourseReserves.pm C4/CourseReserves.pm source OK |