[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. e86f5f02dab762619a21813d5fe153b3a2391176
Evergreen Git
git at git.evergreen-ils.org
Tue Jan 10 17:16:30 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_0 has been updated
via e86f5f02dab762619a21813d5fe153b3a2391176 (commit)
from 8902568a838c0f722ecea6b20a499e829b156490 (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 e86f5f02dab762619a21813d5fe153b3a2391176
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