From 0180504ace5c59260d816255d435c0b6e84c1ff0 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Mon, 9 Jul 2018 12:47:10 -0400 Subject: [PATCH] LP1736243: SMS Carrier Editing in Patron Editor The XUL Client treats many user setting entries as quoted strings. Angular needs some help to recognize that it needs to convert these incoming "strings" to ints for use as the data model when editing. The str-to-int directive gives it this hint. Signed-off-by: Jason Boyer --- Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 | 2 +- 1 file changed, 1 insertion(+), 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 e5091a75df..cd9e6ada3a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -708,7 +708,7 @@ within the "form" by name for validation.
- -- 2.11.0