summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages.html
diff options
context:
space:
mode:
authorivan <ivan>2009-03-30 04:35:39 +0000
committerivan <ivan>2009-03-30 04:35:39 +0000
commitdbd43e72a0cc7510f344b133c8f0b6ac8dd07c51 (patch)
tree38d0ed3aad22be365b219aa4842da9b31926980c /httemplate/view/cust_main/packages.html
parent5ef6e82fad107523eae428d3fea51e2302c99cb6 (diff)
doh! underscore, 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 20d42a48e..aa1d7e721 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -192,7 +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');
+ $cust_pkg->{'_num_cust_svc'} = $cust_pkg->get('num_cust_svc');
}
unless ( $cgi->param('showoldpackages') ) {