X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Flocation.cgi;h=fab61dd010885bdf541c898a621eb981dfa57826;hp=82ad636c404a0c568fd19b330a05be7b3014f7c9;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=624b2d44625f69d71175c3348cae635d580c890b diff --git a/httemplate/misc/location.cgi b/httemplate/misc/location.cgi index 82ad636c4..fab61dd01 100644 --- a/httemplate/misc/location.cgi +++ b/httemplate/misc/location.cgi @@ -1,4 +1,4 @@ -<% objToJson(\%hash) %> +<% encode_json(\%hash) %>\ <%init> my $locationnum = $cgi->param('arg'); @@ -24,7 +24,9 @@ my $cust_location = qsearchs({ my %hash = (); %hash = map { $_ => $cust_location->$_() } - qw( address1 address2 city county state zip country ) + ( FS::cust_main->location_fields, + qw( location_kind location_type location_number ) + ) if $cust_location;