LP#1774707 Quick fix-up: add missing comma
authorDan Wells <dbw2@calvin.edu>
Mon, 20 May 2019 21:15:09 +0000 (17:15 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 20 May 2019 21:15:09 +0000 (17:15 -0400)
We probably should move this on up with the others, but as a quick
fix...

Signed-off-by: Dan Wells <dbw2@calvin.edu>

Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 7b565af..a6fae4d 100644 (file)
@@ -19950,7 +19950,7 @@ INSERT INTO config.workstation_setting_type
 VALUES (
     'eg.grid.circ.patron.group_members', 'gui', 'object',
     oils_i18n_gettext(
-    'eg.grid.circ.patron.group_members'
+    'eg.grid.circ.patron.group_members',
     'Grid Config: circ.patron.group_members',
     'cwst', 'label')
 );