From 5b3a44d852bb226563ad0a7fdad40039cbb217d9 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 14 Jan 2020 15:13:39 -0800 Subject: [PATCH] LP1849212: Commas missing from data seed values Signed-off-by: Jane Sandberg --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cd11aa5c1d..31827dee33 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1933,7 +1933,7 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES ( 618, 'CREATE_PRECAT', oils_i18n_gettext(618, 'Allows a user to create a pre-catalogued copy', 'ppl', 'description')), ( 619, 'EDIT_SELF_IN_CLIENT', oils_i18n_gettext(619, - 'Allow a user to edit their own account in the staff client', 'ppl', 'description')) + 'Allow a user to edit their own account in the staff client', 'ppl', 'description')), ( 620, 'MANAGE_RESERVES', oils_i18n_gettext(620, 'Allows user to manage Courses, Course Materials, and associate Users with Courses.', 'ppl', 'description')) ; @@ -3793,7 +3793,7 @@ INSERT into config.org_unit_setting_type 'coust', 'label'), oils_i18n_gettext( 'circ.course_materials_opt_in', - 'If enabled, the Org Unit will utilize Course Material functionality.' + 'If enabled, the Org Unit will utilize Course Material functionality.', 'coust', 'description'), 'bool', null) -- 2.11.0