]> git.evergreen-ils.org Git - working/Evergreen.git/commit
updating item out count in patron display
authorJason Etheridge <jason@esilibrary.com>
Fri, 9 Mar 2012 09:45:14 +0000 (04:45 -0500)
committerMike Rylander <mrylander@gmail.com>
Fri, 23 Mar 2012 20:30:29 +0000 (16:30 -0400)
commit7075d7e798b1a5651d16d8a30851eaf5686addec
treec525791d49ec043af3ab1938d8e553976978ff94
parent0afa4f752912543356f711df5b6d808167c195f4
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>
Signed-off-by: Mike Rylander <mrylander@gmail.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