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

Evergreen Git git at git.evergreen-ils.org
Mon Jul 14 16:56:27 EDT 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  f8ee08157885b55e90bcc8800322e2e3792984e8 (commit)
      from  eed53164c530fa380ac313dec24ca84a25a6699d (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 f8ee08157885b55e90bcc8800322e2e3792984e8
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Mon Jul 14 16:54:24 2014 -0400

    Fix 950.data.seed-values.sql.
    
    Code from the lost and paid copy status was missing an argument
    on the insert.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

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 eb9ef56..2852f3f 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -5015,7 +5015,7 @@ INSERT into config.org_unit_setting_type
  oils_i18n_gettext('circ.use_lost_paid_copy_status',
      'Use Lost and Paid copy status when lost or long overdue billing is paid',
      'coust', 'description'),
- 'bool')
+ 'bool', null)
 ;
 
 UPDATE config.org_unit_setting_type

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

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