b23ecb5882
- Display the value in the patron detail page - Adds support for BorrowerUnwantedField (staff) - Removes unecessary code in opac/opac-memberentry.pl Sponsored-by: CCSR ( http://www.ccsr.qc.ca ) Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"cardnumber": "cardnumber",
|
|
"surname": "surname",
|
|
"firstname": "firstname",
|
|
"title": "title",
|
|
"othernames": "othernames",
|
|
"initials": "initials",
|
|
"streetnumber": "streetnumber",
|
|
"streettype": "streettype",
|
|
"address": "address",
|
|
"address2": "address2",
|
|
"city": "city",
|
|
"state": "state",
|
|
"zipcode": "zipcode",
|
|
"country": "country",
|
|
"email": "email",
|
|
"phone": "phone",
|
|
"mobile": "mobile",
|
|
"fax": "fax",
|
|
"emailpro": "emailpro",
|
|
"phonepro": "phonepro",
|
|
"B_streetnumber": "B_streetnumber",
|
|
"B_streettype": "B_streettype",
|
|
"B_address": "B_address",
|
|
"B_address2": "B_address2",
|
|
"B_city": "B_city",
|
|
"B_state": "B_state",
|
|
"B_zipcode": "B_zipcode",
|
|
"B_country": "B_country",
|
|
"B_email": "B_email",
|
|
"B_phone": "B_phone",
|
|
"dateofbirth": "dateofbirth",
|
|
"dateenrolled": "dateenrolled",
|
|
"dateexpiry": "dateexpiry",
|
|
"branchcode": "branchcode",
|
|
"categorycode": "categorycode",
|
|
"contactname": "contactname",
|
|
"contactfirstname": "contactfirstname",
|
|
"borrowernotes": "borrowernotes",
|
|
"sex": "sex",
|
|
"password": "password",
|
|
"userid": "userid",
|
|
"opacnote": "opacnote",
|
|
"contactnote": "contactnote",
|
|
"altcontactfirstname": "altcontactfirstname",
|
|
"altcontactsurname": "altcontactsurname",
|
|
"altcontactaddress1": "altcontactaddress1",
|
|
"altcontactaddress2": "altcontactaddress2",
|
|
"altcontactaddress3": "altcontactaddress3",
|
|
"altcontactstate": "altcontactstate",
|
|
"altcontactzipcode": "altcontactzipcode",
|
|
"altcontactcountry": "altcontactcountry",
|
|
"altcontactphone": "altcontactphone",
|
|
"smsalertnumber": "smsalertnumber",
|
|
"primary_contact_method": "primary_contact_method"
|
|
}
|