SELECT evergreen.upgrade_deps_block_check('1196', :eg_version);
-INSERT into config.org_unit_setting_type
-( name, grp, label, description, datatype, fm_class ) VALUES
-( 'opac.patron.custom_css', 'opac',
- oils_i18n_gettext('opac.patron.custom_css',
- 'Custom CSS for the OPAC',
- 'coust', 'label'),
- oils_i18n_gettext('opac.patron.custom_css',
- 'Custom CSS for the OPAC',
- 'coust', 'description'),
- 'string', NULL);
-
INSERT INTO permission.perm_list ( id, code, description ) VALUES
( 620, 'VIEW_ORG_UNIT_SETTING.opac.patron.custom_css', oils_i18n_gettext(620,
'Viewing CSS setting for the OPAC', 'ppl', 'description')),