| Summary: | Use of uninitialized value in array element in svc/holds | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | nick |
| Version: | Main | ||
| 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: | ||
| Circulation function: | |||
| Attachments: |
Bug 20088: Fix uninitialized warning from svc/holds
Bug 20088: Fix uninitialized warning from svc/holds Bug 20088: Fix uninitialized warning from svc/holds |
||
|
Description
Marcel de Rooy
2018-01-25 11:04:01 UTC
Created attachment 70912 [details] [review] Bug 20088: Fix uninitialized warning from svc/holds Use of uninitialized value in array element at svc/holds line 56. Test plan: Check if the warn is no longer in the logs; the warning is triggered by an ajax call from the circulation template in staff. Created attachment 70922 [details] [review] Bug 20088: Fix uninitialized warning from svc/holds Use of uninitialized value in array element at svc/holds line 56. Test plan: Check if the warn is no longer in the logs; the warning is triggered by an ajax call from the circulation template in staff. -- that's the patron details page when the patron has a hold. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Created attachment 70972 [details] [review] Bug 20088: Fix uninitialized warning from svc/holds Use of uninitialized value in array element at svc/holds line 56. Test plan: Check if the warn is no longer in the logs; the warning is triggered by an ajax call from the circulation template in staff. Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 18.05, thanks to everybody involved! Awesome work all! This patch has been pushed to 17.11.x and will be in 17.11.03 |