summaryrefslogtreecommitdiff
path: root/httemplate/search/svc_dish.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-07 21:12:22 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-07 21:12:22 -0800
commit737c5d8b82defb7e3e40a14ee33c4f80c64a8f71 (patch)
treeed386f7637a7f00d35379cf8dc1d8ec64c2e7931 /httemplate/search/svc_dish.cgi
parent154b0303d425ad2d670dd3ae74fd78d1bbff7f14 (diff)
parentfed12e8214a8a951377961ccbe7a09171b1e38c2 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/search/svc_dish.cgi')
-rwxr-xr-xhttemplate/search/svc_dish.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/svc_dish.cgi b/httemplate/search/svc_dish.cgi
index 94da03537..a2e56d24d 100755
--- a/httemplate/search/svc_dish.cgi
+++ b/httemplate/search/svc_dish.cgi
@@ -61,7 +61,7 @@ if ( $cgi->param('magic') =~ /^(all|unlinked)$/ ) {
my $addl_from = ' LEFT JOIN cust_svc USING ( svcnum ) '.
' LEFT JOIN part_svc USING ( svcpart ) '.
' LEFT JOIN cust_pkg USING ( pkgnum ) '.
- ' LEFT JOIN cust_main USING ( custnum ) ';
+ FS::UI::Web::join_cust_main('cust_pkg', 'cust_pkg');
#here is the agent virtualization
push @extra_sql, $FS::CurrentUser::CurrentUser->agentnums_sql(