From 89c24c1a884530e828dddca6a55d914d8638fd9c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 22 Feb 2021 17:53:41 -0500 Subject: [PATCH] LP1904036 Patron items out: printing Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- .../src/app/staff/circ/patron/items.component.ts | 1 + .../src/app/staff/share/circ/grid.component.html | 10 +++++- .../eg2/src/app/staff/share/circ/grid.component.ts | 15 ++++++++ .../sql/Pg/upgrade/XXXX.data.angular-patron.sql | 40 +++++++++++++++++++++- 4 files changed, 64 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts index b68c989b23..bc275c73e9 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/items.component.ts @@ -191,6 +191,7 @@ export class ItemsComponent implements OnInit, AfterViewInit { .pipe(tap(circ => { const entry: CircGridEntry = { + index: `ancc-${circ.id()}`, title: circ.item_type().name(), dueDate: circ.duedate() }; diff --git a/Open-ILS/src/eg2/src/app/staff/share/circ/grid.component.html b/Open-ILS/src/eg2/src/app/staff/share/circ/grid.component.html index 1d86af2dd0..410cbf57d8 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/circ/grid.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/circ/grid.component.html @@ -14,11 +14,19 @@ [disablePaging]="true" [persistKey]="persistKey"> + + + - + +