Bug 8504

Summary: patron import explains attributes import wrong
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall
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:

Description Nicole C. Engard 2012-07-25 12:41:50 UTC
On the Import patrons page there are notes on the right side of the screen. 
The fourth bullet displays incorrect information regarding the import of
multiple patron type and value pairs in the patron_attributes field.  If you
are importing more than one patron_attribute pair then the entire
comma-separated list of attribute types and value pairs must be surrounded by
double quotes.  I am not sure if this applies to the "second syntax" as
mentioned in the last sentence in the bullet.

Instead of 

STARTDATE:January 1 2010,TRACK:Day

it should be 

"STARTDATE:January 1 2010,TRACK:Day"

I don't know if this is a bug or a template change and I don't know about the second example given on that page yet.

"STARTDATE:January 1, 2010","TRACK:Day"
Comment 1 Jonathan Druart 2015-03-31 10:30:52 UTC
This does not appear anymore on the import patrons page.