[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 8378369a8f6d2b796320683022494d42c2e3fc7d

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_1 has been updated
       via  8378369a8f6d2b796320683022494d42c2e3fc7d (commit)
      from  72d5939e9a3283bb27256ff84fba889f011df74b (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 8378369a8f6d2b796320683022494d42c2e3fc7d
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 63c1d1c..ff3722c 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