From: Rogan Hamby Date: Wed, 11 Aug 2021 13:27:21 +0000 (+0000) Subject: LP#1929242: add missing comma X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=68157bc05c987c9edc61fbfa49ab503259032547;p=working%2FEvergreen.git LP#1929242: add missing comma Signed-off-by: Rogan Hamby Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- 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 04ada6eac1..d7dca1ace2 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1958,7 +1958,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES ( 631, 'ADMIN_GEOLOCATION_SERVICES', oils_i18n_gettext(631, 'Administer geographic location services', 'ppl', 'description')), ( 632, 'UPDATE_USER_PHOTO_URL', oils_i18n_gettext(632, - 'Update the user photo url field in patron registration and editor', 'ppl', 'description')) + 'Update the user photo url field in patron registration and editor', 'ppl', 'description')), ( 633, 'CREATE_RECORD_NOTE', oils_i18n_gettext(633, 'Allow the user to create a record note', 'ppl', 'description')), ( 634, 'UPDATE_RECORD_NOTE', oils_i18n_gettext(634,