[freeside-commits] freeside/httemplate/view/cust_main/packages status.html, 1.14, 1.15
Ivan,,,
ivan at wavetail.420.am
Mon Nov 22 17:52:22 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv10749/httemplate/view/cust_main/packages
Modified Files:
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.15
diff -u -w -d -r1.14 -r1.15
--- status.html 18 Oct 2010 02:46:33 -0000 1.14
+++ status.html 23 Nov 2010 01:52:20 -0000 1.15
@@ -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 bill', 'bill', %opt, curuser=>$curuser ) %>
% }
<% pkg_status_row_if( $cust_pkg, 'Expires', 'expire', %opt, curuser=>$curuser ) %>
More information about the freeside-commits
mailing list