'URL for a My Account link. Use a complete URL, such as "https://example.com/eg/opac/login".',
'coust', 'description'),
'string', null)
+,( 'circ.patron.default_student_card_profile', 'circ',
+ oils_i18n_gettext('circ.patron.default_student_card_profile',
+ 'Student Card: Default user permission profile',
+ 'coust', 'label'),
+ oils_i18n_gettext('circ.patron.default_student_card_profile',
+ 'Default user permission profile assigned to new student card accounts',
+ 'coust', 'description'),
+ 'bool', null)
;
UPDATE config.org_unit_setting_type
( 628, 'ADMIN_STUDENT_CARDS', oils_i18n_gettext(628,
'Modify student card settings', 'ppl', 'description'));
+INSERT INTO config.org_unit_setting_type
+ (name, grp, datatype, label, description) VALUES
+ ('circ.patron.default_student_card_profile', 'circ',
+ oils_i18n_gettext('circ.patron.default_student_card_profile',
+ 'Student Card: Default user permission profile',
+ 'coust', 'label'),
+ oils_i18n_gettext('circ.patron.default_student_card_profile',
+ 'Default user permission profile assigned to new student card accounts',
+ 'coust', 'description'),
+ 'bool', null);
+
+
COMMIT;