diff options
author | ivan <ivan> | 2009-03-30 04:41:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-03-30 04:41:33 +0000 |
commit | 631063078b0e9ac6d53616f42c32eec30a76d24b (patch) | |
tree | e4def0ede90896a3c8826eb9969c41921e0445be /httemplate/view | |
parent | dbd43e72a0cc7510f344b133c8f0b6ac8dd07c51 (diff) |
double doh! RT#5083
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index aa1d7e721..53ed6bf2b 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, ". |