X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fchoose_tax_location.html;h=23099c4218411d97383d6f1dfd31613bf0be7fba;hb=63973c641c4be00765fa27e55c57cc5b9aa4da19;hp=6ef7623b3bb32b1f286a229655919eced4f1e6da;hpb=d400497171a162ed270922097adc382ce537de51;p=freeside.git diff --git a/httemplate/misc/choose_tax_location.html b/httemplate/misc/choose_tax_location.html index 6ef7623b3..23099c421 100644 --- a/httemplate/misc/choose_tax_location.html +++ b/httemplate/misc/choose_tax_location.html @@ -11,7 +11,7 @@ % map { $value{$_} = $location{$_} } qw ( city state ) % if $location{country} eq 'CA'; % -% my $value = encode_entities(objToJson({ %value }) +% my $value = encode_entities(encode_json({ %value }) % ); % my $content = ''; % $content .= $location->$_. ' ' x ( $max{$_} - length($location->$_) )