summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2009-03-30 04:31:47 +0000
committerivan <ivan>2009-03-30 04:31:47 +0000
commit5ef6e82fad107523eae428d3fea51e2302c99cb6 (patch)
treefeb48aa39a024421ce6ea639f5a682df66443835 /httemplate/view
parent613f320ae076de8612ff80fc99c516b544ff3897 (diff)
try not to search for nothing in cust_svc so much, RT#5083
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main/packages.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index d98de8e63..20d42a48e 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -192,6 +192,7 @@ sub get_packages {
my %part_pkg = map { /^part_pkg_(.+)$/ or die; ( $1 => $hash{$_} ); }
grep { /^part_pkg_/ } keys %hash;
$cust_pkg->{'_pkgpart'} = new FS::part_pkg \%part_pkg;
+ $cust_pkg->{'_num_cust_svc'} = $cust_pkg->get('_num_cust_svc');
}
unless ( $cgi->param('showoldpackages') ) {