optimize CDR rating after timed rate perf regression, RT#15739
[freeside.git] / httemplate / misc / location.cgi
index 82ad636..188c5c3 100644 (file)
@@ -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;
 
 </%init>