Bug 14658 - Split PatronSelfRegistrationBorrowerUnwantedField into two preferences...
[koha.git] / installer / data / mysql / atomicupdate / bug_14658-add_PatronSelfModificationBorrowerUnwantedField_syspref.sql
1 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) SELECT 'PatronSelfModificationBorrowerUnwantedField',value,NULL,'Name the fields you don\'t want to display when a patron is editing their information via the OPAC.','free' FROM systempreferences WHERE variable = 'PatronSelfRegistrationBorrowerUnwantedField';