From 68157bc05c987c9edc61fbfa49ab503259032547 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Wed, 11 Aug 2021 13:27:21 +0000 Subject: [PATCH] LP#1929242: add missing comma Signed-off-by: Rogan Hamby Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0