From: Jane Sandberg Date: Tue, 14 Jan 2020 23:13:39 +0000 (-0800) Subject: LP1849212: Commas missing from data seed values X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5b3a44d852bb226563ad0a7fdad40039cbb217d9;p=working%2FEvergreen.git LP1849212: Commas missing from data seed values Signed-off-by: Jane Sandberg --- 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)