The column is labeled "Date Returned", not "Date we stopped generating fines".
This does lead to "(fines accruing)" for an item that has hit max fines, or stopped fines for some other reason.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
$n(row,'myopac_circ_trans_start').
appendChild(text(_trimTime(trans.xact_start())));
var due = _trimTime(circ.due_date());
- var checkin = _trimTime(circ.stop_fines_time());
+ var checkin = _trimTime(circ.checkin_time());
$n(row,'myopac_circ_trans_due').appendChild(text(due))
if(checkin)