summaryrefslogtreecommitdiff
path: root/httemplate/misc/location.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/location.cgi')
-rw-r--r--httemplate/misc/location.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/location.cgi b/httemplate/misc/location.cgi
index 3c3a85545..419c59f2e 100644
--- a/httemplate/misc/location.cgi
+++ b/httemplate/misc/location.cgi
@@ -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 )',