[freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.12.2.4, 1.12.2.5

Ivan,,, ivan at wavetail.420.am
Thu Jun 12 16:16:01 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	REAL_cust_pkg.cgi 
Log Message:
fix visual regression not displaying package and comment on date editing

Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/REAL_cust_pkg.cgi,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -d -r1.12.2.4 -r1.12.2.5
--- REAL_cust_pkg.cgi	13 Jan 2008 21:36:07 -0000	1.12.2.4
+++ REAL_cust_pkg.cgi	12 Jun 2008 23:15:58 -0000	1.12.2.5
@@ -28,12 +28,12 @@
 
   <TR>
     <TD ALIGN="right">Package</TD>
-    <TD BGCOLOR="#ffffff"><% $cust_pkg->pkg %></TD>
+    <TD BGCOLOR="#ffffff"><% $part_pkg->pkg %></TD>
   </TR>
 
   <TR>
     <TD ALIGN="right">Comment</TD>
-    <TD BGCOLOR="#ffffff"><% $cust_pkg->comment %></TD>
+    <TD BGCOLOR="#ffffff"><% $part_pkg->comment %></TD>
   </TR>
 
   <TR>



More information about the freeside-commits mailing list