Summary: | basket.pl makes a lot of noise in the logs | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Architecture, internals, and plumbing | Assignee: | Adrien SAURAT <adrien.saurat> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | normal | ||
Priority: | P5 - low | CC: | adrien.saurat, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
proposed patch
[SIGNED-OFF] Bug 7457: log cleaning on basket.pl |
Description
Katrin Fischer
2012-01-22 14:52:49 UTC
Created attachment 7399 [details] [review] proposed patch Created attachment 7493 [details] [review] [SIGNED-OFF] Bug 7457: log cleaning on basket.pl Signed-off-by: Owen Leonard <oleonard@myacpl.org> I confirmed that basket.pl was leaving errors in the log. After the patch I tried opening, modifying, and closing a basket and saw no errors. Sets default values of zero to various fields (rather than leaving them undefined). Easy change, simple to read, marking Passed QA This fix was included in the 3.6.x branch prior to 3.6.4. |