summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages.html
diff options
context:
space:
mode:
authorivan <ivan>2009-03-30 04:41:33 +0000
committerivan <ivan>2009-03-30 04:41:33 +0000
commit631063078b0e9ac6d53616f42c32eec30a76d24b (patch)
treee4def0ede90896a3c8826eb9969c41921e0445be /httemplate/view/cust_main/packages.html
parentdbd43e72a0cc7510f344b133c8f0b6ac8dd07c51 (diff)
double doh! RT#5083
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
-rwxr-xr-xhttemplate/view/cust_main/packages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index aa1d7e7..53ed6bf 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -178,7 +178,7 @@ sub get_packages {
join(', ', map "part_pkg.$_", fields('part_pkg') );
my $num_cust_svc =
- '( SELECT COUNT(*) FROM cust_svc WHERE cust_pkg.pkgnum = cust_svc.svcnum )';
+ '( SELECT COUNT(*) FROM cust_svc WHERE cust_pkg.pkgnum = cust_svc.pkgnum )';
my @packages = $cust_main->$method( {
'select' => " $cust_pkg_fields, $part_pkg_fields, ".