From 5d07627d6de423ba728b8ab00fd39505e368210b Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 13 Mar 2006 12:58:29 +0000 Subject: [PATCH] a bug now. display.js is set to be revamped to contain mostly summary data, with each subinterface responsible for retrieving the full data git-svn-id: svn://svn.open-ils.org/ILS/trunk@3340 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/display.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 70eb3378d2..823b82779a 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -36,6 +36,9 @@ patron.display.prototype = { {}, { 'on_checkout' : function(checkout) { + /* FIXME -- need to handle this differently, however Bill is going to do + it with the opac. Display is moving to housing just summary info. */ + /* var c = obj.summary_window.g.summary.patron.checkouts(); c.push( checkout.circ ); obj.summary_window.g.summary.patron.checkouts( c ); @@ -45,6 +48,7 @@ patron.display.prototype = { obj.items_window.g.items.list.clear(); obj.items_window.g.items.retrieve(); } + */ } } ); -- 2.43.2