ACQ li ident SQL
authorBill Erickson <berick@esilibrary.com>
Tue, 12 Feb 2013 20:42:28 +0000 (15:42 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 11 Mar 2013 19:54:47 +0000 (15:54 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.acq-order-ident.sql

index 4df1cf3..44693cd 100644 (file)
@@ -1586,7 +1586,11 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES
  ( 546, 'ADMIN_HOLD_CAPTURE_SORT', oils_i18n_gettext( 546,
         'Allows a user to make changes to best-hold selection sort order', 'ppl', 'description')),
  ( 547, 'ACQ_ADD_LINEITEM_IDENTIFIER', oils_i18n_gettext(547,
-        'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description'))
+        'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description')),
+ ( 548, 'ACQ_ADD_LINEITEM_IDENTIFIER', oils_i18n_gettext(548,
+        'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description')),
+ ( 549, 'ACQ_SET_LINEITEM_IDENTIFIER', oils_i18n_gettext(549,
+        'Allows staff to change the lineitem identifier', 'ppl', 'description'))
 ;
 
 
index 533a89a..c01e348 100644 (file)
@@ -15,4 +15,15 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES (
     )
 );
 
+INSERT INTO permission.perm_list ( id, code, description ) VALUES (
+    544, -- VERIFY
+    'ACQ_SET_LINEITEM_IDENTIFIER',
+    oils_i18n_gettext(
+        544,-- VERIFY
+        'Allows staff to change the lineitem identifier',
+        'ppl',
+        'description'
+    )
+);
+
 COMMIT;