updating item out count in patron display
authorJason Etheridge <jason@esilibrary.com>
Fri, 9 Mar 2012 09:45:14 +0000 (04:45 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 9 Mar 2012 09:45:14 +0000 (04:45 -0500)
commit7131dd23555245c58f21c60c2f5a78d583127206
tree13fcb2003199b2ad256195837c7b27e21a8880af
parenta2b3fd804b3e4024adf83bc201fa59d331494f3b
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>
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