</div>
</ng-template>
+<ng-template #ageTemplate let-copy="row">
+ {{copy.age_protect_label}}
+</ng-template>
+
<div class='eg-copies w-100 mt-3'>
<eg-grid #copyGrid [dataSource]="gridDataSource"
[disableSelect]="true" [cellTextGenerator]="cellTextGenerator"
</eg-grid-column>
<eg-grid-column i18n-label label="Circulation Modifier" path="circ_modifier">
</eg-grid-column>
- <eg-grid-column i18n-label label="Age Hold Protection" path="age_protect">
+ <eg-grid-column i18n-label label="Age Hold Protection" path="age_protect"
+ [cellTemplate]="ageTemplate">
</eg-grid-column>
<eg-grid-column i18n-label label="Active/Create Date"
path="active_date" datatype="timestamp">
{column => 'label', alias => 'part_label'},
],
($staff ? (erfcc => ['circ_count']) : ()),
+ crahp => [
+ {column => 'name', alias => 'age_protect_label'}
+ ],
($iss_id ? (sitem => ["issuance"]) : ())
},
bmp => { type => 'left', filter => { deleted => 'f' } }
}
}},
- ($iss_id ? { # 6
+ {'crahp' => { # 6
+ type => 'left'
+ }},
+ ($iss_id ? { # 7
sitem => {
fkey => 'id',
field => 'unit',