4 |
INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('PatronSelfModificationMandatoryField','', NULL,'Define the required fields when a patron is editing their information via the OPAC.','multiple'); |
4 |
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) |
|
|
5 |
SELECT 'PatronSelfModificationMandatoryField', value, NULL, 'Define the required fields when a patron is editing their information via the OPAC','multiple' |
6 |
NewVersion($DBversion, 13188, "Allow configuration of required fields when a patron is editing their information via the OPAC"); |
8 |
NewVersion($DBversion, 13188, "Allow configuration of required fields when a patron is editing their information via the OPAC"); |