<eg-grid-field label="[% l('Date Record Last Edited') %]" path="call_number.record.edit_date" datatype="timestamp" hidden></eg-grid-field>
<eg-grid-field label="[% l('Deleted?') %]" path="deleted" hidden></eg-grid-field>
<eg-grid-field label="[% l('Document ID') %]" path="call_number.record.id" hidden></eg-grid-field>
- <eg-grid-field label="[% l('Edited By') %]" path="editor" hidden></eg-grid-field>
+ <eg-grid-field label="[% l('Edited By') %]" path="editor.usrname" hidden></eg-grid-field>
<eg-grid-field label="[% l('Fine Level') %]" path="fine_level" hidden></eg-grid-field>
<eg-grid-field label="[% l('Fines Stopped') %]" path="_circ_summary.last_stop_fines" hidden></eg-grid-field>
<eg-grid-field label="[% l('Fines Stopped Time') %]" path="_circ_summary.last_stop_fines_time" datatype="timestamp" hidden></eg-grid-field>
flesh : 3,
flesh_fields : {
acp : ['call_number','location','status','location','floating','circ_modifier',
- 'age_protect','circ_lib','copy_alerts'],
+ 'age_protect','circ_lib','copy_alerts', 'editor'],
acn : ['record','prefix','suffix','label_class'],
bre : ['simple_record','creator','editor']
},