Comment 6 for bug 691593

Revision history for this message
Jason Etheridge (phasefx) wrote :

remove_boo_alert @ working/Evergreen.git

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/collab/phasefx/remove_boo_alert

commit 40e5b29dc714caa5671fb269a8cc45e7c0f0ca36
Author: Jason Etheridge <email address hidden>
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 <email address hidden>

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();