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

Evergreen Git git at git.evergreen-ils.org
Tue Jan 10 16:54:44 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, master has been updated
       via  bbc6b3f9fafd0d591ae8b258650bc50ed273be84 (commit)
      from  096ce41b7877fc9440930c5199a83d4f4dc55a90 (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 bbc6b3f9fafd0d591ae8b258650bc50ed273be84
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