[freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.21, 1.22

Ivan,,, ivan at wavetail.420.am
Sun Nov 29 16:06:39 PST 2009


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

Modified Files:
	REAL_cust_pkg.cgi 
Log Message:
fix

Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/REAL_cust_pkg.cgi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- REAL_cust_pkg.cgi	30 Nov 2009 00:04:21 -0000	1.21
+++ REAL_cust_pkg.cgi	30 Nov 2009 00:06:37 -0000	1.22
@@ -47,7 +47,7 @@
   </TR>
 
 % if ( $cust_pkg->setup && ! $cust_pkg->start_date ) {
-  <& .row_display, cust_pkg=>$cust_pkg, column=>'start',   label=>'Start' &>
+  <& .row_display, cust_pkg=>$cust_pkg, column=>'start_date',   label=>'Start' &>
 % } else {
   <& .row_edit, cust_pkg=>$cust_pkg, column=>'start_date', label=>'Start' &>
 % }



More information about the freeside-commits mailing list