From 41db0c42fea6a4b0ab393adee4913c212a235512 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Wed, 4 Oct 2017 10:49:02 -0400 Subject: [PATCH] LP#1714056 - fix for webstaff patron registration not requiring DOB For some reason the ng-required attribute was not on the dob input control. Setting 'ui.patron.edit.au.dob.require' should now work as intended. Signed-off by: Cesar Velez Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index 0ac72181b4..23977d9bee 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -267,7 +267,8 @@ within the "form" by name for validation.
[% draw_field_label('au', 'dob') %]
- -- 2.43.2