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

Evergreen Git git at git.evergreen-ils.org
Wed Sep 19 11:54:03 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  4a2a2d03991ec30a2a61d71dca690b90ac84a30a (commit)
      from  c1ec288f4f77414d539554308764a1ad18ab954f (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 4a2a2d03991ec30a2a61d71dca690b90ac84a30a
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Sep 19 10:19:48 2012 -0400

    Default notify by text receipt replaces to blank
    
    So that when the option is disabled we don't leave behind things like
    %notify_by_text% and %notify_by_text_msg%.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js
index 3410aa8..5e766b2 100644
--- a/Open-ILS/xul/staff_client/server/circ/util.js
+++ b/Open-ILS/xul/staff_client/server/circ/util.js
@@ -2937,6 +2937,8 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che
             'notify_by_phone_msg' : '',
             'notify_by_email' : '',
             'notify_by_email_msg' : '',
+            'notify_by_text' : '',
+            'notify_by_text_msg' : '',
             'request_date' : '',
             'request_date_msg' : '',
             'shelf_expire_time' : '',

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

Summary of changes:
 Open-ILS/xul/staff_client/server/circ/util.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list