From 086e7da139e97b727119327c2dc54adc7eb10e72 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 | 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 8f6353d21f..8bdf1f159d 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -3839,7 +3839,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