Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
</a>
</eg-grid-field>
<eg-grid-field label="[% l('Due Date') %]" path='due_date' dateformat='short'></eg-grid-field>
+ <eg-grid-field label="[% l('Workstation') %]" path='workstation.name'></eg-grid-field>
+ <eg-grid-field label="[% l('Checkin Workstation') %]" path='checkin_workstation.name'></eg-grid-field>
<eg-grid-field label="[% l('Checkout / Renewal Library') %]" path='circ_lib.shortname'></eg-grid-field>
<eg-grid-field label="[% l('Renewals Remaining') %]" path='renewal_remaining'></eg-grid-field>
<eg-grid-field label="[% l('Fines Stopped') %]" path='stop_fines'></eg-grid-field>
return egCore.pcrud.search('circ', {id : id_list},
{ flesh : 4,
flesh_fields : {
- circ : ['target_copy'],
+ circ : ['target_copy', 'workstation', 'checkin_workstation'],
acp : ['call_number'],
acn : ['record'],
bre : ['simple_record']