more work on package service addresses: hide locations when they're all the default...
[freeside.git] / httemplate / misc / location.cgi
index 3c3a855..419c59f 100644 (file)
@@ -4,6 +4,7 @@
 my $locationnum = $cgi->param('arg');
 
 my $cust_location = qsearchs({
+  'select'    => 'cust_location.*',
   'table'     => 'cust_location',
   'hashref'   => { 'locationnum' => $locationnum },
   'addl_from' => 'LEFT JOIN cust_main USING ( custnum )',