diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-02-07 21:12:22 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-02-07 21:12:22 -0800 |
commit | 737c5d8b82defb7e3e40a14ee33c4f80c64a8f71 (patch) | |
tree | ed386f7637a7f00d35379cf8dc1d8ec64c2e7931 /FS/FS/svc_Common.pm | |
parent | 154b0303d425ad2d670dd3ae74fd78d1bbff7f14 (diff) | |
parent | fed12e8214a8a951377961ccbe7a09171b1e38c2 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/FS/svc_Common.pm')
-rw-r--r-- | FS/FS/svc_Common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index 21710226a..f7f0b4094 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -1324,7 +1324,7 @@ sub search { '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'), ); my @where = (); |