X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Flocation.cgi;h=188c5c3dfc3d81974e564ad7177d47daac7dbf42;hb=573c6c0788fdeb81cf2fede8607b76bf87c20d6a;hp=82ad636c404a0c568fd19b330a05be7b3014f7c9;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/httemplate/misc/location.cgi b/httemplate/misc/location.cgi index 82ad636c4..188c5c3df 100644 --- a/httemplate/misc/location.cgi +++ b/httemplate/misc/location.cgi @@ -24,7 +24,8 @@ my $cust_location = qsearchs({ my %hash = (); %hash = map { $_ => $cust_location->$_() } - qw( address1 address2 city county state zip country ) + qw( address1 address2 city county state zip country + location_kind location_type location_number ) if $cust_location;