[freeside-commits] freeside/httemplate/view/cust_main/packages status.html, 1.14.2.1, 1.14.2.2

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.14.2.1
retrieving revision 1.14.2.2
diff -u -w -d -r1.14.2.1 -r1.14.2.2
--- status.html	23 Nov 2010 01:52:22 -0000	1.14.2.1
+++ status.html	28 Dec 2010 18:34:45 -0000	1.14.2.2
@@ -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