added picklist perm
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Feb 2008 15:49:59 +0000 (15:49 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Feb 2008 15:49:59 +0000 (15:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8683 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index f5fe8a0..8230373 100644 (file)
@@ -832,7 +832,8 @@ INSERT INTO permission.perm_list VALUES
     (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'),