From 6b1fac2e40748f980cb5137e8f797c241e3ab1bd Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 25 Aug 2021 13:19:46 -0400 Subject: [PATCH] LP1904036 Checkin clear effective date option Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html | 4 +++- Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html index 93b9256468..84214d1120 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html @@ -72,8 +72,10 @@
Effective Date:
- + diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts index ad5e186eb8..67b0f91ac9 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts @@ -64,6 +64,7 @@ export class CheckinComponent implements OnInit, AfterViewInit { barcode: string; backdate: string; + backdateDate: any; backdateUntilLogout = false; fineTally = 0; isHoldCapture = false; -- 2.11.0