[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 68c9a755de50ab971b4fc63db576d766a084319b

Evergreen Git git at git.evergreen-ils.org
Thu Aug 4 22:15:45 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, rel_2_0 has been updated
       via  68c9a755de50ab971b4fc63db576d766a084319b (commit)
      from  7b30260fa461f642ac790943884fa17419c50a18 (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 68c9a755de50ab971b4fc63db576d766a084319b
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 0a44842..7096632 100644
--- a/Open-ILS/xul/staff_client/server/patron/items.js
+++ b/Open-ILS/xul/staff_client/server/patron/items.js
@@ -522,7 +522,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