Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
flesh_selector: true,
flesh_po: true,
flesh_pl: true,
+ flesh_li_details: true,
},
purchase_order: {
flesh_cancel_reason: true,
<eg-grid-column i18n-label label="Author" path="author" [cellTemplate]="liAttrTmpl"></eg-grid-column>
<eg-grid-column path="provider" [cellTemplate]="providerTmpl"></eg-grid-column>
<eg-grid-column i18n-label label="Links" path="_links" [cellTemplate]="liLinksTmpl" [disableTooltip]="true" [filterable]="false" [sortable]="false"></eg-grid-column>
+ <eg-grid-column i18n-label label="Item Count" path="item_count"></eg-grid-column>
<eg-grid-column [asyncSupportsEmptyTermClick]="true" path="claim_policy" [sortable]="false"></eg-grid-column>
<eg-grid-column [asyncSupportsEmptyTermClick]="true" i18n-label label="Status" path="state" [disableTooltip]="true"></eg-grid-column>
<eg-grid-column path="estimated_unit_price" [disableTooltip]="true"></eg-grid-column>