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

Evergreen Git git at git.evergreen-ils.org
Wed Oct 12 11:06:22 EDT 2011


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  d667a4942857c8cf4a0c82069eabba44a8c49425 (commit)
      from  e32d01510af485b0b87546781e6ed386af4eb8fc (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 d667a4942857c8cf4a0c82069eabba44a8c49425
Author: Mike Rylander <mrylander at gmail.com>
Date:   Wed Oct 12 10:58:47 2011 -0400

    copy-paste-o from the seed data
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0636.data.grace_period_extend.sql b/Open-ILS/src/sql/Pg/upgrade/0636.data.grace_period_extend.sql
index 97757e5..5bc40c8 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0636.data.grace_period_extend.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0636.data.grace_period_extend.sql
@@ -28,7 +28,7 @@ INSERT INTO config.org_unit_setting_type(name, grp, label, description, datatype
     oils_i18n_gettext('circ.grace.extend',
         'When enabled grace periods will auto-extend. By default this will be only when they are a full day or more and end on a closed date, though other options can alter this.',
         'coust', 'description'),
-    'bool', null)
+    'bool')
 
 ,( 'circ.grace.extend.all', 'circ',
     oils_i18n_gettext('circ.grace.extend.all',
@@ -37,7 +37,7 @@ INSERT INTO config.org_unit_setting_type(name, grp, label, description, datatype
     oils_i18n_gettext('circ.grace.extend.all',
         'If enabled and Grace Periods auto-extending is turned on grace periods will extend past all closed dates they intersect, within hard-coded limits. This basically becomes "grace periods can only be consumed by closed dates".',
         'coust', 'description'),
-    'bool', null)
+    'bool')
 
 ,( 'circ.grace.extend.into_closed', 'circ',
     oils_i18n_gettext('circ.grace.extend.into_closed',
@@ -46,7 +46,7 @@ INSERT INTO config.org_unit_setting_type(name, grp, label, description, datatype
     oils_i18n_gettext('circ.grace.extend.into_closed',
          'If enabled and Grace Periods auto-extending is turned on grace periods will include closed dates that directly follow the last day of the grace period, to allow a backdate into the closed dates to assume "returned after hours on the last day of the grace period, and thus still within it" automatically.',
         'coust', 'description'),
-    'bool', null);
+    'bool');
 
 
 COMMIT;

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

Summary of changes:
 .../Pg/upgrade/0636.data.grace_period_extend.sql   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list