[open-ils-commits] [GIT] Evergreen ILS branch master updated. d9f4558d407a58756907eaa81b69884843d1e6ea

Evergreen Git git at git.evergreen-ils.org
Mon May 20 17:16:30 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  d9f4558d407a58756907eaa81b69884843d1e6ea (commit)
      from  aff1d5d23148a7711cb12cba95532b5afc477521 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d9f4558d407a58756907eaa81b69884843d1e6ea
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Mon May 20 17:15:09 2019 -0400

    LP#1774707 Quick fix-up: add missing comma
    
    We probably should move this on up with the others, but as a quick
    fix...
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

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 7b565af364..a6fae4dcc7 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -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')
 );

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list