[freeside-commits] freeside/httemplate/view/cust_main/packages services.html, 1.13, 1.14
Mark Wells
mark at wavetail.420.am
Thu Jun 23 02:10:19 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv32483/view/cust_main/packages
Modified Files:
services.html
Log Message:
fix large package display again, #9821
Index: services.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/services.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- services.html 19 Jun 2011 05:05:44 -0000 1.13
+++ services.html 23 Jun 2011 09:10:17 -0000 1.14
@@ -24,7 +24,7 @@
<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};
More information about the freeside-commits
mailing list