diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-04-17 20:44:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-17 20:44:39 -0700 |
commit | 04bf3e2423b070d3e3e2a2e6006b678bcf11b481 (patch) | |
tree | df34ab7f8a9a14305a2b2b6124035f680cc559ef /httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html | |
parent | 9fbee73725ce02023c76179d573048cf4177903b (diff) |
move from legacy compat JSON to_json to modern JSON::XS encode_json, RT#22630
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html')
-rw-r--r-- | httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html b/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html index f618d55ba..c0db3e2c4 100644 --- a/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html +++ b/httemplate/misc/xmlhttp-cust_bill_pkg-calculate_taxes.html @@ -1,4 +1,4 @@ -<% to_json($return) %> +<% encode_json($return) %>\ <%init> my $curuser = $FS::CurrentUser::CurrentUser; |