[open-ils-commits] r752 - conifer/trunk/web/opac/skin/default/js (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 11 16:00:17 EST 2010
Author: dbs
Date: 2010-01-11 16:00:12 -0500 (Mon, 11 Jan 2010)
New Revision: 752
Modified:
conifer/trunk/web/opac/skin/default/js/myopac.js
Log:
Adjust to the change from r to circ introduced in changeset 14370
Modified: conifer/trunk/web/opac/skin/default/js/myopac.js
===================================================================
--- conifer/trunk/web/opac/skin/default/js/myopac.js 2010-01-11 20:37:24 UTC (rev 751)
+++ conifer/trunk/web/opac/skin/default/js/myopac.js 2010-01-11 21:00:12 UTC (rev 752)
@@ -247,7 +247,7 @@
circsCache.push(circ);
// Disable renewals if no renewals left or item already overdue
- if( circ.renewal_remaining() < 1 || r.od ) {
+ if( circ.renewal_remaining() < 1 || circ._od ) {
$n(row, 'selectme').disabled = true;
if(!__can_renew_one)
$('mo_renew_button').disabled = true;
More information about the open-ils-commits
mailing list