From c764ddd5eec4cf8774249b0ee164713b8920fdda Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 11 Jan 2010 21:00:12 +0000 Subject: [PATCH] Adjust to the change from r to circ introduced in changeset 14370 git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@752 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- web/opac/skin/default/js/myopac.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/opac/skin/default/js/myopac.js b/web/opac/skin/default/js/myopac.js index 1c9df253b9..a1a580d89a 100644 --- a/web/opac/skin/default/js/myopac.js +++ b/web/opac/skin/default/js/myopac.js @@ -247,7 +247,7 @@ function myOPACDrawCheckedItem(circ, tbody) { 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; -- 2.11.0