diff options
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 0da82500a..ed98ba903 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -76,7 +76,7 @@ Current packages    <TH CLASS="grid" BGCOLOR="#cccccc">Services</TH>  </TR> -% $FS::cust_pkg::DEBUG = 2; +% #$FS::cust_pkg::DEBUG = 2;  % foreach my $cust_pkg (@$packages) {  %  %   if ( $bgcolor eq $bgcolor1 ) { | 
