(170, 'ADMIN_FUNDING_SOURCE', oils_i18n_gettext('Allow a user to create/view/update/delete a funding source')),
(171, 'ADMIN_FUND', oils_i18n_gettext('Allow a user to create/view/update/delete a fund')),
(172, 'MANAGE_FUNDING_SOURCE', oils_i18n_gettext('Allow a user to view/credit/debit a funding source')),
- (173, 'MANAGE_FUND', oils_i18n_gettext('Allow a user to view/credit/debit a fund'));
+ (173, 'MANAGE_FUND', oils_i18n_gettext('Allow a user to view/credit/debit a fund')),
+ (174, 'CREATE_PICKLIST', oils_i18n_gettext('Allows a user to create a picklist'));
INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES
(1, 'Users', NULL, NULL, '3 years', FALSE, 'group_application.user'),