From: Jason Etheridge Date: Wed, 2 Apr 2014 14:36:01 +0000 (-0400) Subject: add lost with overdue count in alt patron summary X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=196e9dbc2f22835be8b694ca619254562a22aab5;p=working%2FEvergreen.git add lost with overdue count in alt patron summary and fix the total out value. This ignores the org unit setting circ.tally_lost and hardcodes the behavior. Signed-off-by: Jason Etheridge Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/templates/opac/PatronSummary.tt2 b/Open-ILS/src/templates/opac/PatronSummary.tt2 index 4ec1a6db50..80f6e1ac7f 100644 --- a/Open-ILS/src/templates/opac/PatronSummary.tt2 +++ b/Open-ILS/src/templates/opac/PatronSummary.tt2 @@ -123,8 +123,8 @@ [% 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 %]