diff options
author | mark <mark> | 2011-06-23 09:10:17 +0000 |
---|---|---|
committer | mark <mark> | 2011-06-23 09:10:17 +0000 |
commit | 6e0ae9815a528a46b6f0c98fc5cdff67a95ed278 (patch) | |
tree | 32f17af02c792ec72f85ce97da578e0d256c0e99 /httemplate | |
parent | 0607b801aac6e9b6e3fa6e463405ed5348feacc4 (diff) |
fix large package display again, #9821
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/packages/services.html | 2 |
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}; |