From: Rogan Hamby Date: Wed, 11 Aug 2021 13:27:21 +0000 (+0000) Subject: adding missing comma X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Frogan%2Flp1929242_bib_notes_ui;p=working%2FEvergreen.git adding missing comma --- 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 f125593177..9fe5ef9bdf 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1960,7 +1960,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,