diff options
author | ivan <ivan> | 2009-01-10 00:43:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-10 00:43:06 +0000 |
commit | a661ced3f9f678a645780eaa0b183d2de5f100fa (patch) | |
tree | ba08ec5dd9af23f31a2366aafd0bcca599fae8f2 /httemplate/misc/location.cgi | |
parent | 20bddf47a41b6d064b3cfa4c41e55c157cf0c3de (diff) |
more work on package service addresses: hide locations when they're all the default, config to show them anyway / finish implementing package ordering, fix all the state/county weirdness when changing the location dropdown. RT#4499
Diffstat (limited to 'httemplate/misc/location.cgi')
-rw-r--r-- | httemplate/misc/location.cgi | 1 |
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 )', |