[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 0bb4915e5129c21a2600eb28205a8f111cba1f2b

Evergreen Git git at git.evergreen-ils.org
Fri Feb 21 09:57:26 EST 2014


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  0bb4915e5129c21a2600eb28205a8f111cba1f2b (commit)
      from  29304452c4e2096851bc77649d1f93fe6f71de53 (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 0bb4915e5129c21a2600eb28205a8f111cba1f2b
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Fri Feb 21 09:54:47 2014 -0500

    Fix syntax error in seed data
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    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 04f3883..2e3d1af 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -3855,7 +3855,7 @@ INSERT into config.org_unit_setting_type
         'coust', 'description'),
     'bool', null)
 
-    ( 'credit.processor.stripe.enabled', 'credit',
+,( 'credit.processor.stripe.enabled', 'credit',
     oils_i18n_gettext('credit.processor.stripe.enabled',
         'Enable Stripe payments',
         'coust', 'label'),

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list