From: Bill Erickson Date: Thu, 9 Aug 2012 14:34:34 +0000 (-0400) Subject: url verify seed data repairs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8874fac522028ccd0d358f925f40a07e7566db4e;p=evergreen%2Fequinox.git url verify seed data repairs Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 664041ed5f..92916d00ef 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1569,7 +1569,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES ( 539, 'URL_VERIFY', oils_i18n_gettext( 539, 'Allows a user to process and verify ULSs', 'ppl', 'description')), ( 540, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 540, - 'Allows a user to configure URL verification org unit settings', 'ppl', 'description') + 'Allows a user to configure URL verification org unit settings', 'ppl', 'description')) ;