]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1736243: SMS Carrier Editing in Patron Editor
authorJason Boyer <jboyer@library.in.gov>
Mon, 9 Jul 2018 16:47:10 +0000 (12:47 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 11 Jul 2018 14:13:34 +0000 (10:13 -0400)
commitb99e621d8f6868de3cb118cc0be15f87fc85b329
tree6b10d0e3cff7e3d1dd9e2cc8990dec3b4c9f40bb
parent7daa9e4cff68d2eeb389c59353025141908b41f1
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 <jboyer@library.in.gov>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2