LP1904036 Patron edit allow editing expired accounts
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Feb 2022 18:49:31 +0000 (13:49 -0500)
committerJane Sandberg <js7389@princeton.edu>
Wed, 19 Oct 2022 01:39:08 +0000 (18:39 -0700)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
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);