From: Bill Erickson Date: Wed, 25 Aug 2021 17:19:46 +0000 (-0400) Subject: LP1904036 Checkin clear effective date option X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b1fac2e40748f980cb5137e8f797c241e3ab1bd;p=Evergreen.git LP1904036 Checkin clear effective date option Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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;