Summary: | Unable to report on patrons with borrowers.auth_method password | ||
---|---|---|---|
Product: | Koha | Reporter: | David Roberts <david.roberts> |
Component: | Reports | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | aleisha, blawlor, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 37508 | ||
Bug Blocks: |
Description
David Roberts
2024-09-13 14:28:42 UTC
A workaround for this is to change = to LIKE Change this line: AND p.auth_method = 'password' to: AND p.auth_method LIKE 'passwor' |