From: Bill Erickson Date: Tue, 25 May 2021 14:49:08 +0000 (-0400) Subject: LP1904036 DoB is YMD, not ISO (for correct timezone) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=deb66cfba3852a2c64e187620b1a2197cda3b0aa;p=evergreen%2Fpines.git LP1904036 DoB is YMD, not ISO (for correct timezone) Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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 d916f4e58f..31c16aed51 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 @@ -312,7 +312,7 @@ domId="au-dob-input" fieldName="au-dob-input" [noMaxWidth]="true" - [initialIso]="patron.dob()" + [initialYmd]="patron.dob()" (onChangeAsIso)=" fieldValueChange(null, null, 'dob', $event); afterFieldChange(null, null, 'dob')"