Summary: | Improve finding next stock number | ||
---|---|---|---|
Product: | Koha | Reporter: | Alex Arnaud <alex.arnaud> |
Component: | Cataloging | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, jonathan.druart, koha.sekjal, paul.poulain |
Version: | 3.4 | ||
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: |
patch for: Improve finding next stock number
proposed fix signed-off |
Description
Alex Arnaud
2011-04-05 11:57:21 UTC
Created attachment 3671 [details] [review] patch for: Improve finding next stock number Must return 1 if mysql return NULL. With a IFNULL(..., 1). Field 'inventory number' must be inactive ? Created attachment 4717 [details] [review] proposed fix signed-off Julian : if the field is NULL, then it means the plugin is not activated (it's useless), so your comment is irrelevant. I've tested, it works, signing-off Simple change, pushed There have been no further reports of problems so I am marking this bug resolved. |