From 08d02911341e9ca6a9aa7bd35da459afce169f84 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 Signed-off-by: Kathy Lussier --- 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 34a7c2b748..ce4479bcde 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