LP1904036 Patron edit allow editing expired accounts
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Feb 2022 18:49:31 +0000 (13:49 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:41 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html

index 6128c8c..9cafdf5 100644 (file)
       <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);