[freeside-commits] freeside/httemplate/view/cust_main/packages status.html, 1.7, 1.8

Ivan,,, ivan at wavetail.420.am
Fri Aug 21 17:31:54 PDT 2009


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

Modified Files:
	status.html 
Log Message:
better label

Index: status.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/status.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- status.html	30 Jul 2009 06:42:32 -0000	1.7
+++ status.html	22 Aug 2009 00:31:52 -0000	1.8
@@ -74,7 +74,13 @@
 
           <% pkg_status_row_colspan( $cust_pkg, 'Not&nbsp;yet&nbsp;billed&nbsp;(one-time&nbsp;charge)', '', 'colspan'=>$colspan, %opt ) %>
 
-          <% pkg_status_row_if($cust_pkg, 'Start billing', 'start_date', %opt) %>
+          <% pkg_status_row_if(
+               $cust_pkg,
+               ( $part_pkg->freq ? 'Start billing' : 'Bill on' ),
+               'start_date',
+               %opt
+             )
+          %>
 
           <TR>
             <TD COLSPAN=<%$colspan%>>



More information about the freeside-commits mailing list