From: Bill Erickson <berickxx@gmail.com>
Date: Thu, 10 Feb 2022 18:49:31 +0000 (-0500)
Subject: LP1904036 Patron edit allow editing expired accounts
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dfc84e3bc1a8a4e37e03a7a29bf3571bfa379154;p=evergreen%2Ftadl.git

LP1904036 Patron edit allow editing expired accounts

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
---

diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html
index 6128c8c6f2..9cafdf537b 100644
--- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html
@@ -440,7 +440,6 @@
       <eg-date-select
         domId="au-expire_date-input"
         fieldName="au-expire_date-input"
-        [noMaxWidth]="true"
         [required]="fieldRequired('au.expire_date')"
         (onChangeAsIso)="
           fieldValueChange(null, null, 'expire_date', $event);