fix
authorivan <ivan>
Mon, 30 Nov 2009 00:06:37 +0000 (00:06 +0000)
committerivan <ivan>
Mon, 30 Nov 2009 00:06:37 +0000 (00:06 +0000)
httemplate/edit/REAL_cust_pkg.cgi

index 270ffa3..c312138 100755 (executable)
@@ -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' &>
 % }