From e0d6a3ec26e2180dd8ea7a8b714206069f966824 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 7 Dec 2005 22:17:56 +0000 Subject: [PATCH] oopsie git-svn-id: svn://svn.open-ils.org/ILS/trunk@2276 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index fba3a351a4..38dfdd5754 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -164,7 +164,7 @@ patron.display.prototype = { function(e) { return function() { e.setAttribute('value', - obj.patron.checkouts.length + obj.patron.checkouts().length ); }; } -- 2.43.2