updating item out count in patron display
authorJason Etheridge <jason@esilibrary.com>
Fri, 9 Mar 2012 09:45:14 +0000 (04:45 -0500)
committerBill Erickson <berick@esilibrary.com>
Tue, 20 Mar 2012 20:10:20 +0000 (16:10 -0400)
commita111ffe870b451e449ee9d2c681515c426acd824
treeaac31813e96ee5babe97f0d63cee4334b32b1e6e
parentb70cbad453e102914f86887d74c1417951407cfa
updating item out count in patron display

For checkouts (and checkouts converted into renewals), this updates the item out
count in the patron summary sidebar, and under the Items Out navigation button.

It also updates the Items Out sub-interface if that interface has been opened.

However, we are adding an extra network call to update the summary sidebar.  We
may want to have the checkout method return that data (the checkout count
summary) instead.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/xul/staff_client/server/circ/checkout.js
Open-ILS/xul/staff_client/server/patron/display.js
Open-ILS/xul/staff_client/server/patron/items.js