and fix the total out value.
This ignores the org unit setting circ.tally_lost and hardcodes the behavior.
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>
<span>
[% l(
'Items Overdue: [_1] Total: [_2]',
- ctx.checked_out_count.overdue + ctx.checked_out_count.long_overdue,
- ctx.checked_out_count.out
+ ctx.checked_out_count.overdue + ctx.checked_out_count.long_overdue + ctx.checked_out_count.lost,
+ ctx.checked_out_count.total || 0
) | html %]
<span><br/>
<span>