LP1849212: Commas missing from data seed values
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 14 Jan 2020 23:13:39 +0000 (15:13 -0800)
committerJane Sandberg <sandbej@linnbenton.edu>
Wed, 15 Jan 2020 01:06:49 +0000 (17:06 -0800)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index cd11aa5..31827de 100644 (file)
@@ -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)