</a>
</eg-grid-field>
<eg-grid-field path="*" hidden></eg-grid-field>
- <eg-grid-field path="target_copy.holds_count.count" hidden></eg-grid-field>
<eg-grid-field label="[% l('Item Status') %]" path="target_copy.status.name" hidden></eg-grid-field>
<eg-grid-field path="target_copy.circ_modifier" hidden></eg-grid-field>
<eg-grid-field path="target_copy.*" hidden></eg-grid-field>
{ 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', 'status', 'circ_lib', 'location', 'floating', 'age_protect'],
acn : ['record', 'owning_lib', 'prefix', 'suffix'],
bre : ['wide_display_entry']
},
}
}
},
- {
- 'id' : 'ahhc',
- 'fm_class' : 'hasholdscount',
- 'label' : 'Holds Count',
- 'flex' : 1,
- 'primary' : false,
- 'hidden' : true,
- 'editable' : false, 'render' : function(my) {
- return network.simple_request("FM_CIRC_HAS_HOLDS_COUNT_RETRIEVE_VIA_COPY",[ ses(), my.acp.id() ] );
- }
- },
{
'id' : 'prefix',
'fm_class' : 'acn',