[freeside-commits] freeside/httemplate/view/cust_main/packages status.html, 1.15, 1.16

Erik Levinson levinse at wavetail.420.am
Tue Dec 28 10:34:41 PST 2010


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

Modified Files:
	status.html 
Log Message:
add cust_pkg.order_date, RT6628

Index: status.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/status.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- status.html	23 Nov 2010 01:52:20 -0000	1.15
+++ status.html	28 Dec 2010 18:34:39 -0000	1.16
@@ -3,6 +3,10 @@
 
 %#this should use cust_pkg->status and cust_pkg->statuscolor eventually
 
+% if ( $cust_pkg->order_date ) {
+    <% pkg_status_row($cust_pkg, 'Ordered', 'order_date', %opt ) %>
+% }
+
 % if ( $cust_pkg->get('cancel') ) { #status: cancelled
 %   my $cpr = $cust_pkg->last_cust_pkg_reason('cancel');
 



More information about the freeside-commits mailing list