[open-ils-commits] r17528 - trunk/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 8 16:53:38 EDT 2010


Author: miker
Date: 2010-09-08 16:53:32 -0400 (Wed, 08 Sep 2010)
New Revision: 17528

Modified:
   trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
thinko in seed data permission

Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2010-09-08 20:46:27 UTC (rev 17527)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2010-09-08 20:53:32 UTC (rev 17528)
@@ -1382,7 +1382,7 @@
     ,(391, 'UPDATE_PICKUP_LIB_FROM_TRANSIT', oils_i18n_gettext( 391, 'Allow a user to change the pickup and transit destination for a captured hold item already in transit', 'ppl', 'description' ))
     ,(392, 'COPY_NEEDED_FOR_HOLD.override', oils_i18n_gettext( 392, 'Allow a user to force renewal of an item that could fulfill a hold request', 'ppl', 'description' ))
     ,(393, 'MERGE_AUTH_RECORDS', oils_i18n_gettext( 393, 'Allow a user to merge authority records together', 'ppl', 'description' ))
-    ,(394, 'ISSUANCE_HOLDS', oils_i18n_gettext( 394, 'Allow a user to place holds on serials issuances'))
+    ,(394, 'ISSUANCE_HOLDS', oils_i18n_gettext( 394, 'Allow a user to place holds on serials issuances', 'ppl', 'description' ))
 ;
 
 



More information about the open-ils-commits mailing list