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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 4 22:15:44 EDT 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  04008a5bece9c12d2e6ce48ed7ed11eb5d537289 (commit)
      from  aeaa63cf14da616358ef1f15da478491328ed873 (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 04008a5bece9c12d2e6ce48ed7ed11eb5d537289
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Aug 4 22:27:45 2011 -0400

    mrpeters caught this; wrong variable fed to error dialog
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/items.js b/Open-ILS/xul/staff_client/server/patron/items.js
index 379b35d..2aa4cdd 100644
--- a/Open-ILS/xul/staff_client/server/patron/items.js
+++ b/Open-ILS/xul/staff_client/server/patron/items.js
@@ -526,7 +526,7 @@ patron.items.prototype = {
                     if (typeof robj.ilsevent != 'undefined') { 
                         if (robj.ilsevent != 0 && robj.textcode != 'PATRON_EXCEEDS_CLAIMS_RETURN_COUNT' ) {
                             do_not_move_these[ barcodes[i] ] = true;
-                            obj.error.standard_unexpected_error_alert($("patronStrings").getString('staff.patron.items.items_claimed_returned.not_marked_claimed_returned'),E);
+                            obj.error.standard_unexpected_error_alert($("patronStrings").getString('staff.patron.items.items_claimed_returned.not_marked_claimed_returned'),robj);
                         }
                         if (robj.textcode == 'PATRON_EXCEEDS_CLAIMS_RETURN_COUNT') {
                             do_not_move_these[ barcodes[i] ] = true;

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list