From b99e621d8f6868de3cb118cc0be15f87fc85b329 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 Signed-off-by: Chris Sharp --- 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 fa94d7974c..4dff9ce57d 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -677,7 +677,7 @@ within the "form" by name for validation.
- -- 2.43.2