Terminology adjustment to reduce conflicts with the term "recall"
authorMike Rylander <mrylander@gmail.com>
Tue, 10 Jan 2012 20:14:59 +0000 (15:14 -0500)
committerMike Rylander <mrylander@gmail.com>
Tue, 10 Jan 2012 20:14:59 +0000 (15:14 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>

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

index d16b927..4865bdd 100644 (file)
@@ -1452,7 +1452,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES
  ( 517, 'COPY_HOLDS_FORCE', oils_i18n_gettext( 517, 
     'Allow a user to place a force hold on a specific copy', 'ppl', 'description' )),
  ( 518, 'COPY_HOLDS_RECALL', oils_i18n_gettext( 518, 
-    'Allow a user to place a recall hold on a specific copy', 'ppl', 'description' ));
+    'Allow a user to place a cataloging recall on a specific copy', 'ppl', 'description' ));
 
 SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
 
index 85cc020..565aa72 100644 (file)
@@ -13,7 +13,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES
  ( 517, 'COPY_HOLDS_FORCE', oils_i18n_gettext( 517, 
     'Allow a user to place a force hold on a specific copy', 'ppl', 'description' )),
  ( 518, 'COPY_HOLDS_RECALL', oils_i18n_gettext( 518, 
-    'Allow a user to place a recall hold on a specific copy', 'ppl', 'description' ));
+    'Allow a user to place a cataloging recall on a specific copy', 'ppl', 'description' ));
 
 
 COMMIT;