[freeside-commits] freeside/httemplate/view/cust_main/packages status.html, 1.14, 1.14.2.1

Ivan,,, ivan at wavetail.420.am
Mon Nov 22 17:52:25 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv10759/httemplate/view/cust_main/packages

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	status.html 
Log Message:
fix noisy but harmless fallout from RT#10148

Index: status.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/status.html,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -w -d -r1.14 -r1.14.2.1
--- status.html	18 Oct 2010 02:46:33 -0000	1.14
+++ status.html	23 Nov 2010 01:52:22 -0000	1.14.2.1
@@ -54,7 +54,7 @@
 
     <% pkg_status_row_changed( $cust_pkg, %opt, 'colspan'=>$colspan ) %>
     <% pkg_status_row_if( $cust_pkg, $last_bill_or_renewed, 'last_bill', %opt, curuser=>$curuser ) %>
-%   if ( $part_pkg->option('suspend_bill') ) {
+%   if ( $part_pkg->option('suspend_bill', 1) ) {
       <% pkg_status_row_if( $cust_pkg, 'Next&nbsp;bill', 'bill', %opt, curuser=>$curuser ) %>
 %   }
     <% pkg_status_row_if( $cust_pkg, 'Expires', 'expire', %opt, curuser=>$curuser ) %>



More information about the freeside-commits mailing list