Longover due items should always, be reflected in total tally count
Which is what displays in the ItemsOut tab and Patron summary area.
Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
stats.checkouts.out = Number(stats.checkouts.out);
stats.checkouts.total_out =
stats.checkouts.out + stats.checkouts.overdue;
+
+ stats.checkouts.total_out += Number(stats.checkouts.long_overdue);
if (!egCore.env.aous['circ.do_not_tally_claims_returned'])
stats.checkouts.total_out += stats.checkouts.claims_returned;