From 0e4d9b0cfbbc4081c98792ac120cacb1a0748c91 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 8 Feb 2023 14:25:02 -0500 Subject: [PATCH] Remove abilitty to set preferred language in patron registration/edit CWMARS doesn't use translations, so setting the patron's prefered language doesn't make sense for us. This commit removes the field from patron registration/edit via a template override. Signed-off-by: Jason Stephenson --- Open-ILS/src/templates_cons/staff/circ/patron/t_edit.tt2 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Open-ILS/src/templates_cons/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates_cons/staff/circ/patron/t_edit.tt2 index 1d4d80871f..643dfdef11 100644 --- a/Open-ILS/src/templates_cons/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates_cons/staff/circ/patron/t_edit.tt2 @@ -479,20 +479,6 @@ within the "form" by name for validation. - -
- [% draw_field_label('au', 'locale') %] -
- -
-
-
[% draw_field_label('au', 'email') %] -- 2.11.0