[freeside-commits] freeside/httemplate/view/cust_main/packages services.html, 1.16, 1.17
Ivan,,,
ivan at wavetail.420.am
Tue Nov 15 16:47:02 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv18019
Modified Files:
services.html
Log Message:
don't check overlimit status in bulk service view, RT#15154
Index: services.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/services.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- services.html 4 Oct 2011 00:54:42 -0000 1.16
+++ services.html 16 Nov 2011 00:47:00 -0000 1.17
@@ -15,8 +15,8 @@
% my $num_cust_svc = $cust_pkg->num_cust_svc( $part_svc->svcpart );
% if ( $opt{'cust_pkg-large_pkg_size'} > 0 and
-% $opt{'cust_pkg-large_pkg_size'} <= $num_cust_svc ) {
-% # summarize
+% $opt{'cust_pkg-large_pkg_size'} <= $num_cust_svc ) { # summarize
+%
<TR>
<TD ALIGN="right" VALIGN="top">
% my $href="${p}search/cust_pkg_svc.html?svcpart=".$part_svc->svcpart.
@@ -42,8 +42,9 @@
</TD>
</TR>
% } #$hint
-% }
-% else { # don't summarize
+%
+% } else { # don't summarize
+%
% foreach my $cust_svc ( @{ $part_svc->cust_pkg_svc } ) {
% if ( $cust_pkg->getfield('cancel') > 0 ) {
<& /elements/tr-cust_svc_cancel.html,
More information about the freeside-commits
mailing list