[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 35ea20a2f1bcdd54a0ca50bb28388f0980d22133
Evergreen Git
git at git.evergreen-ils.org
Mon May 20 17:18:47 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_2 has been updated
via 35ea20a2f1bcdd54a0ca50bb28388f0980d22133 (commit)
from fceb382b6935e6bb848914d11f39ad57408fc645 (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 35ea20a2f1bcdd54a0ca50bb28388f0980d22133
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 3018222154..b30ebb6092 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -19451,7 +19451,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