From 4b55b65c5fdd482315fe635e4d130b7613bf60f6 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 26 Mar 2019 14:15:12 -0400 Subject: [PATCH] LP1821382 Booking menu entry placeholders Signed-off-by: Bill Erickson Signed-off-by: Dan Wells --- .../staff/catalog/record/holdings.component.html | 14 +++++++++++++- .../app/staff/catalog/record/holdings.component.ts | 14 ++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html index 895734512f..bf5ee84928 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html @@ -116,8 +116,20 @@ - Z + + + + + + + + + 0) { + alert('TODO'); + } + } + + makeBookable(rows: HoldingsEntry[]) { + const copyIds = this.selectedCopyIds(rows); + if (copyIds.length > 0) { + alert('TODO'); + } + } } -- 2.43.2