<eg-grid-field path="target_copy.call_number.suffix.label" label="[% l('CN Suffix') %]" hidden></eg-grid-field>
<eg-grid-field path="target_copy.call_number.record.*" hidden></eg-grid-field>
<eg-grid-field path="target_copy.call_number.record.wide_display_entry.*" hidden></eg-grid-field>
+ <eg-grid-field path="_parts" label="[% l('Monograph Part') %]" hidden></eg-grid-field>
<eg-grid-field label="[% l('Total Notices') %]" path='action_trigger_event_count'></eg-grid-field>
<eg-grid-field label="[% l('Last Notice') %]" path='action_trigger_latest_event_date' dateformat="short" datatype="timestamp"></eg-grid-field>
</eg-grid>
{ flesh : 4,
flesh_fields : {
circ : ['target_copy', 'workstation', 'checkin_workstation'],
- acp : ['call_number', 'holds_count', 'status', 'circ_lib', 'location', 'floating', 'age_protect'],
+ acp : ['call_number', 'holds_count', 'status', 'circ_lib', 'location', 'floating', 'age_protect', 'parts'],
+ acpm : ['part'],
acn : ['record', 'owning_lib', 'prefix', 'suffix'],
bre : ['wide_display_entry']
},
isbn : function() {return circ.target_copy().dummy_isbn()}
})
}
+ circ._parts = circ.target_copy().parts().map(function(part) {
+ return part.label()
+ }).join(',');
// call open-ils to get overdue notice count and Last notice date