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

Ivan,,, ivan at wavetail.420.am
Sun Oct 17 19:46:35 PDT 2010


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

Modified Files:
	status.html 
Log Message:
suspend_bill package option to continue recurring billing while suspended and part_pkg-default_suspend_bill conf option to set it by default, RT#10148

Index: status.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/status.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- status.html	12 Oct 2010 01:15:17 -0000	1.13
+++ status.html	18 Oct 2010 02:46:33 -0000	1.14
@@ -54,7 +54,9 @@
 
     <% pkg_status_row_changed( $cust_pkg, %opt, 'colspan'=>$colspan ) %>
     <% pkg_status_row_if( $cust_pkg, $last_bill_or_renewed, 'last_bill', %opt, curuser=>$curuser ) %>
-%   # pkg_status_row($cust_pkg, 'Next bill', 'bill', %opt)
+%   if ( $part_pkg->option('suspend_bill') ) {
+      <% pkg_status_row_if( $cust_pkg, 'Next&nbsp;bill', 'bill', %opt, curuser=>$curuser ) %>
+%   }
     <% pkg_status_row_if( $cust_pkg, 'Expires', 'expire', %opt, curuser=>$curuser ) %>
     <% pkg_status_row_if( $cust_pkg, 'Contract ends', 'contract_end', %opt ) %>
 



More information about the freeside-commits mailing list