From 884cd9f6e80f05f55d12a8dbacd6426ff765eed8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 18 Aug 2021 16:52:53 -0400 Subject: [PATCH] LP1904036 Checkout disable date select when not enabled Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html index 408b5026a7..1200704529 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html @@ -68,7 +68,8 @@ + [readOnly]="dueDateOptions == 0" (onChangeAsIso)="setDueDate($event)"> + -- 2.11.0