LP1904036 Patron edit allow editing expired accounts
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Feb 2022 18:49:31 +0000 (13:49 -0500)
committerBill Erickson <berickxx@gmail.com>
Wed, 13 Jul 2022 19:58:07 +0000 (15:58 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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);