]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/circ/holds/pull-list.component.html
LP1919465 Avoid dupe Current Item's in pull list
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / circ / holds / pull-list.component.html
1
2 <eg-staff-banner i18n-bannerText bannerText="Holds Pull List"></eg-staff-banner>
3
4 <eg-holds-grid
5   persistKey="circ.holds.pull_list"
6   printTemplate="hold_pull_list"
7   showFields="acpl_name,cn_full_label,p_label,author,title,current_item,pl_shortname,hold_type,potentials,request_time"
8   [showRecordSummary]="true"
9   [enablePreFetch]="true"
10   [hidePickupLibFilter]="true"
11   [pullListOrg]="targetOrg()">
12 </eg-holds-grid>
13