Summary: | Patron attribute not selected if value is zero | ||
---|---|---|---|
Product: | Koha | Reporter: | Adrien SAURAT <adrien.saurat> |
Component: | Patrons | Assignee: | Adrien SAURAT <adrien.saurat> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, gmcharlt, jonathan.druart, 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 #1
[SIGNED-OFF] Bug 8025: corrects the return of a zero value for authorised values |
Description
Adrien SAURAT
2012-04-30 07:43:25 UTC
Created attachment 9363 [details] [review] proposed patch #1 The problem was spotted on patrons, but can be present on other pages too, as it comes from the GetAuthorisedValues function in Koha.pm Created attachment 9385 [details] [review] [SIGNED-OFF] Bug 8025: corrects the return of a zero value for authorised values Signed-off-by: Owen Leonard <oleonard@myacpl.org> QA Comment: If an authorised value equal 0, it can not be selected. This patch fix this problem. Mark as Passed QA. This patch will be in 3.6.6. |