[open-ils-commits] [GIT] Evergreen ILS branch rel_2_5 updated. ba84e2b86b28aac8d1c0d77a1fffe7500069747b
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, rel_2_5 has been updated
via ba84e2b86b28aac8d1c0d77a1fffe7500069747b (commit)
from 60e0f5af07d1b0bd606526c6284e8e8c7e749c94 (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 ba84e2b86b28aac8d1c0d77a1fffe7500069747b
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