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

Evergreen Git git at git.evergreen-ils.org
Mon Mar 26 16:12:07 EDT 2012


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  cf5074a904d84cabc869bfeda4000afd9047a59e (commit)
      from  9c679eb9fce8e8ca8273f2b5f1f338eb2ba5f422 (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 cf5074a904d84cabc869bfeda4000afd9047a59e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 26 16:11:34 2012 -0400

    lp965651: add missing commas
    
    Patch by Jason Stephenson, Comma Hunter
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql b/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql
index 4fd3e69..6054fea 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0694.schema.patron_reg_prefix.sql
@@ -10,7 +10,7 @@ INSERT into config.org_unit_setting_type
         'Require prefix field on patron registration',
         'coust', 'label'),
     oils_i18n_gettext('ui.patron.edit.au.prefix.require',
-        'The prefix field will be required on the patron registration screen.'
+        'The prefix field will be required on the patron registration screen.',
         'coust', 'description'),
     'bool', null)
 	
@@ -19,7 +19,7 @@ INSERT into config.org_unit_setting_type
         'Show prefix field on patron registration',
         'coust', 'label'),
     oils_i18n_gettext('ui.patron.edit.au.prefix.show',
-        'The prefix field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.'
+        'The prefix field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
         'coust', 'description'),
     'bool', null)
 
@@ -28,7 +28,7 @@ INSERT into config.org_unit_setting_type
         'Suggest prefix field on patron registration',
         'coust', 'label'),
     oils_i18n_gettext('ui.patron.edit.au.prefix.suggest',
-        'The prefix field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.'
+        'The prefix field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
         'coust', 'description'),
     'bool', null)
 ;		

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

Summary of changes:
 .../Pg/upgrade/0694.schema.patron_reg_prefix.sql   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list