[open-ils-commits] [GIT] Evergreen ILS branch master updated. 7ba0852184f94580fccb06290928967860bbdb47

Evergreen Git git at git.evergreen-ils.org
Fri Jan 17 11:06:38 EST 2014


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  7ba0852184f94580fccb06290928967860bbdb47 (commit)
      from  0893dfdcd559a12489d9c2f9f9a957fbd12a5eae (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 7ba0852184f94580fccb06290928967860bbdb47
Author: Bill Erickson <berick at esilibrary.com>
Date:   Thu Jan 16 13:03:34 2014 -0500

    LP#1269884 repair MVR id / doc_id thinko
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
index 7ee02fd..f3950cf 100644
--- a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
+++ b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
@@ -1186,7 +1186,7 @@ SelfCheckManager.prototype.displayCheckout = function(evt, type, itemsOut) {
     var circ = evt.payload.circ;
     var row = this.circTemplate.cloneNode(true);
 
-    if(record.id()) {
+    if(record.doc_id()) {
         this.byName(row, 'jacket').setAttribute('src', '/opac/extras/ac/jacket/small/r/' + record.doc_id());
     }
 

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

Summary of changes:
 .../web/js/ui/default/circ/selfcheck/selfcheck.js  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list