[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 669dd0930025da28ec2a98b9ae706759b1abfc99

Evergreen Git git at git.evergreen-ils.org
Tue Jan 10 17:16:13 EST 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, rel_2_1 has been updated
       via  669dd0930025da28ec2a98b9ae706759b1abfc99 (commit)
      from  e573374c6652d4b4131e9bc4d2133ae7d7ec11bc (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 669dd0930025da28ec2a98b9ae706759b1abfc99
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Tue Jan 10 11:55:20 2012 -0500

    Remove 'boo' alert in hold details interface
    
    Willing to let any surprises here be natural. :-)  We can re-bug if there are
    issues.
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/hold_details.js b/Open-ILS/xul/staff_client/server/patron/hold_details.js
index aa28075..aaace8b 100644
--- a/Open-ILS/xul/staff_client/server/patron/hold_details.js
+++ b/Open-ILS/xul/staff_client/server/patron/hold_details.js
@@ -32,7 +32,7 @@ function my_init() {
 
 function fetch_and_render_all(do_not_refresh_parent_interface) {
     try {
-        if (!xulG.ahr_id) { alert('boo'); return; }
+        if (!xulG.ahr_id) { return; }
 
         fetch_hold();
 

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

Summary of changes:
 .../xul/staff_client/server/patron/hold_details.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list