From: Jason Etheridge Date: Thu, 9 Jun 2011 17:29:19 +0000 (-0400) Subject: syntax error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=000ddbbe2f16c4e7ae0242f0032bc3c4f0cbfe14;p=evergreen%2Fbjwebb.git syntax error Signed-off-by: Jason Etheridge --- 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 0e73ad2d4..e07160a3a 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1426,7 +1426,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES ( 507, 'ABORT_TRANSIT_ON_LOST', oils_i18n_gettext(507, 'Allows a user to abort a transit on a copy with status of LOST', 'ppl', 'description')), ( 508, 'ABORT_TRANSIT_ON_MISSING', oils_i18n_gettext(508, - 'Allows a user to abort a transit on a copy with status of MISSING', 'ppl', 'description')); + 'Allows a user to abort a transit on a copy with status of MISSING', 'ppl', 'description')), ( 509, 'TRANSIT_CHECKIN_INTERVAL_BLOCK.override', oils_i18n_gettext(509, 'Allows a user to override the TRANSIT_CHECKIN_INTERVAL_BLOCK event', 'ppl', 'description'));