Summary: | Extended patron attributes not importing when using double quotes | ||
---|---|---|---|
Product: | Koha | Reporter: | Danielle Elder <danielle> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | clopez, dubyk, gmcharlt, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18689 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Danielle Elder
2016-08-19 01:03:05 UTC
We've found (version 1711) that if we do not double-quote or separately double-quote patron attributes only one will be loaded (example 1: ORG:PILGRIM,ROLE:UG) (example 2: "ORG:PILGRIM","ROLE:UG") but if we put double-quotes around the entire set of patron attributes they load properly (example 3: "ORG:PILGRIM,ROLE:UG") |