summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2011-06-23 09:10:17 +0000
committermark <mark>2011-06-23 09:10:17 +0000
commit6e0ae9815a528a46b6f0c98fc5cdff67a95ed278 (patch)
tree32f17af02c792ec72f85ce97da578e0d256c0e99 /httemplate/view
parent0607b801aac6e9b6e3fa6e463405ed5348feacc4 (diff)
fix large package display again, #9821
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/packages/services.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/services.html b/httemplate/view/cust_main/packages/services.html
index b66869174..0c18f584e 100644
--- a/httemplate/view/cust_main/packages/services.html
+++ b/httemplate/view/cust_main/packages/services.html
@@ -24,7 +24,7 @@ function clearhint_search_cust_svc(obj, str) {
<A HREF="<% $href %>"><% $part_svc->svc %></A>
</TD>
<TD ALIGN="left" VALIGN="top">
- <A HREF="<% $href %>"><B>(<% mt("view all [_1]", $cust_pkg->num_svcs) |h %>)</B></A>
+ <A HREF="<% $href %>"><B>(<% mt("view all [_1]", $num_cust_svc) |h %>)</B></A>
</TD>
</TR>
% my $hint = $hints{$part_svc->svcdb};