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

Evergreen Git git at git.evergreen-ils.org
Tue Nov 15 12:13:30 EST 2011


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  08609764ae1dca51fd68b76742bbf243de437a38 (commit)
      from  ffcf0428e6c57d7c3e075094caae3a62305c1f32 (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 08609764ae1dca51fd68b76742bbf243de437a38
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Fri Oct 7 10:03:34 2011 -0400

    Fix JSPac Hold Editor Org Selector
    
    Don't wipe out all changes just because the OU was changed.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/web/opac/skin/default/js/holds.js b/Open-ILS/web/opac/skin/default/js/holds.js
index b38953d..4c85368 100644
--- a/Open-ILS/web/opac/skin/default/js/holds.js
+++ b/Open-ILS/web/opac/skin/default/js/holds.js
@@ -426,7 +426,6 @@ function holdsDrawWindow() {
 	$('holds_cancel').onclick = function(){ runEvt('common', 'holdUpdateCanceled'), showCanvas() };
 	$('holds_submit').onclick = function(){holdsPlaceHold(holdsBuildHoldFromWindow())};
 	$('holds_update').onclick = function(){holdsPlaceHold(holdsBuildHoldFromWindow())};
-    $('holds_org_selector').onchange = function(){holdsDrawWindow()};
 	holdFetchObjects(null, 
 		function(){
 			__holdsDrawWindow();

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

Summary of changes:
 Open-ILS/web/opac/skin/default/js/holds.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list