Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json
Nick Clemens ebb544dd91 Bug 29591: Add autorenew_checkouts column to preferences json
Bug 24476 added autorenew_checkouts as a borrower column, intending it to be able to be
hidden if a library was not using the feature.

When the column chooser was added, this column was not included.

To test:
1 - Search system preferences for "BorrowerUnwantedFields"
2 - Click the box to change the value
3 - "autorenew_checkouts" is not an option
4 - Confirm that you see the option to opt patron out of autorenewal when editing patron on staff side
5 - Apply patch and restart everythign
6 - Search for the syspref again
7 - Note that now you can select "autorenew_checkouts"
8 - Check the box and save
9 - Confirm the opt out option is no longer visible during patron editing

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-01-03 20:54:31 -10:00

59 lines
1.8 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",
"autorenew_checkouts": "autorenew_checkouts",
"primary_contact_method": "primary_contact_method",
"sort1": "sort1",
"sort2": "sort2"
}