[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
- Previous message: [freeside-commits] freeside/httemplate/misc states.cgi,1.3,1.4
- Next message: [freeside-commits] freeside/httemplate/graph cust_bill_pkg_detail.cgi, NONE, 1.1 report_cust_bill_pkg_detail.html, NONE, 1.1 cust_bill_pkg.cgi, 1.9, 1.10 report_cust_bill_pkg.html, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 yet billed (one-time 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%>>
- Previous message: [freeside-commits] freeside/httemplate/misc states.cgi,1.3,1.4
- Next message: [freeside-commits] freeside/httemplate/graph cust_bill_pkg_detail.cgi, NONE, 1.1 report_cust_bill_pkg_detail.html, NONE, 1.1 cust_bill_pkg.cgi, 1.9, 1.10 report_cust_bill_pkg.html, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list