Bug 25874

Summary: Explicit return of undef in C4/CourseReserves.pm
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: 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: Change sponsored?: ---
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
"return" statement with explicit "undef" at line 87, column 5.  See page 199 of PBP.  (Severity: 5)
Comment 1 Kyle M Hall (khall) 2020-06-25 16:15:26 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
Comment 2 Jonathan Druart 2020-07-28 09:02:49 UTC
This has been fixed by bug 21395.

*** This bug has been marked as a duplicate of bug 21395 ***