]> 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:14:31 +0000 (10:14 -0400)
commit9d9e666731d5751ebbf261f19baa0a322b523088
tree32c594a74102ca0e510590ee75f4ef06d4bce758
parentee26db318caa6de461c13ff07c2c9b5a510e4aa0
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