From 6e0ae9815a528a46b6f0c98fc5cdff67a95ed278 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 23 Jun 2011 09:10:17 +0000 Subject: [PATCH] fix large package display again, #9821 --- httemplate/view/cust_main/packages/services.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { <% $part_svc->svc %> - (<% mt("view all [_1]", $cust_pkg->num_svcs) |h %>) + (<% mt("view all [_1]", $num_cust_svc) |h %>) % my $hint = $hints{$part_svc->svcdb}; -- 2.11.0