From 4281027f8798032af5b69e432963dca59cccebd3 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 22 Dec 2005 05:43:16 +0000 Subject: [PATCH] fix git-svn-id: svn://svn.open-ils.org/ILS/trunk@2515 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/summary.js b/Open-ILS/xul/staff_client/server/patron/summary.js index bf1cc2415c..0c4e68f97d 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary.js +++ b/Open-ILS/xul/staff_client/server/patron/summary.js @@ -138,7 +138,7 @@ patron.summary.prototype = { function(e) { return function() { e.setAttribute('value', - obj.patron.hold_requests.length + obj.patron.hold_requests().length ); }; } -- 2.43.2