]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1497335 Browser client item details aged circs
authorBill Erickson <berickxx@gmail.com>
Wed, 3 Aug 2016 17:52:33 +0000 (13:52 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Aug 2016 22:28:51 +0000 (18:28 -0400)
commit11d7f2206e4583db64626f9761c00c7746242cbe
treec1e6a8643fbe581c06eced47337bd44f06725904
parent52bf3fe8e791c43448c49fa9818f5790625c724c
LP#1497335 Browser client item details aged circs

1. Use all_circulation (combcirc) class (now accessible via pcrud) to
render the item Circ History List tab.  In cases where a combcirc object
has no 'usr' value, the interface displays <Aged Circulation> where
the patron's name would normally be and disables the 'Add Billing'
button.

2. Handle null 'usr' values in the item status Recent Circ History tab.
When a renewal chain summary has no 'usr' value, the interface displays
<Aged Circulation> where the patron's name would normally be.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/item/t_circ_list_pane.tt2
Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2
Open-ILS/web/js/ui/default/staff/cat/item/app.js