Fixes Item Status Quick Summary and Recent Circ History to show the original
checkout date and original checkout workstation for renewed items, instead of
values from the most recent circ row.
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Dawn Dale <ddale@georgialibraries.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
<div class="flex-row">
<div class="flex-cell">[% l('Checkout Date') %]</div>
<div class="flex-cell well">
- {{circ.xact_start() | date:egDateAndTimeFormat}}
+ {{circ_summary.start_time() | date:egDateAndTimeFormat}}
</div>
</div>
<div class="flex-row">
<div class="flex-cell">[% l('Checkout Workstation') %]</div>
<div class="flex-cell well">
- {{circ.workstation().name()}}
+ {{circ_summary.checkout_workstation()}}
</div>
</div>
</div>
<div class="flex-cell">[% l('Checkout Date') %]</div>
- <div class="flex-cell well">{{circ.xact_start() | date:egDateAndTimeFormat}}</div>
+ <div class="flex-cell well">{{circ_summary.start_time() | date:egDateAndTimeFormat}}</div>
</div>
<div class="flex-row">
</div>
<div class="flex-cell">[% l('Checkout Workstation') %]</div>
- <div class="flex-cell well">{{circ.workstation().name()}}</div>
+ <div class="flex-cell well">{{circ_summary.checkout_workstation()}}</div>
</div>
<div class="flex-row">