From 25b48e1acbf6ad7ebd3e85b479ee6cd3a8ccd098 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 Mar 2011 19:38:28 +0000 Subject: qualification address handling changes, RT#7111 --- httemplate/misc/location.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/misc/location.cgi') 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; -- cgit v1.2.1