Items Out tally in patron summary (side-bar) is now consistent with the
Items Out value displayed along the top of the patron UI. It now includes
overdues and optionally lost/claims-returned total.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jeanette Lundgren <jlundgren@cwmars.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
</div>
<div class="row">
<div class="col-md-5">[% l('Items Out') %]</div>
- <div class="col-md-7">{{patron_stats().checkouts.out}}</div>
+ <div class="col-md-7">{{patron_stats().checkouts.total_out}}</div>
</div>
<div class="row"
ng-class="{'patron-summary-alert' : patron_stats().checkouts.overdue}">