[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 124307b126919ed6f8e434d33373af1ba478b6aa

Evergreen Git git at git.evergreen-ils.org
Mon May 20 17:18:08 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, rel_3_3 has been updated
       via  124307b126919ed6f8e434d33373af1ba478b6aa (commit)
      from  4c9da230282849b1f15ed568e6964033d6024641 (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 124307b126919ed6f8e434d33373af1ba478b6aa
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