[freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.30, 1.30.2.1

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	REAL_cust_pkg.cgi 
Log Message:
add cust_pkg.order_date, RT6628

Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/REAL_cust_pkg.cgi,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -u -w -d -r1.30 -r1.30.2.1
--- REAL_cust_pkg.cgi	4 Nov 2010 21:42:25 -0000	1.30
+++ REAL_cust_pkg.cgi	28 Dec 2010 18:34:45 -0000	1.30.2.1
@@ -46,6 +46,7 @@
     <TD BGCOLOR="#ffffff"><% $cust_pkg->otaker %></TD>
   </TR>
 
+  <& .row_display, cust_pkg=>$cust_pkg, column=>'order_date',     label=>'Order' &>
 % if ( $cust_pkg->setup && ! $cust_pkg->start_date ) {
   <& .row_display, cust_pkg=>$cust_pkg, column=>'start_date',   label=>'Start' &>
 % } else {



More information about the freeside-commits mailing list