[freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.27, 1.28

Mark Wells mark at wavetail.420.am
Thu Nov 4 14:29:24 PDT 2010


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

Modified Files:
	REAL_cust_pkg.cgi 
Log Message:
make contract_end editable, RT#10480

Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/REAL_cust_pkg.cgi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -d -r1.27 -r1.28
--- REAL_cust_pkg.cgi	12 Oct 2010 01:15:17 -0000	1.27
+++ REAL_cust_pkg.cgi	4 Nov 2010 21:29:22 -0000	1.28
@@ -55,7 +55,7 @@
   <& .row_edit, cust_pkg=>$cust_pkg, column=>'setup',     label=>'Setup' &>
   <& .row_edit, cust_pkg=>$cust_pkg, column=>'last_bill', label=>$last_bill_or_renewed &>
   <& .row_edit, cust_pkg=>$cust_pkg, column=>'bill',      label=>$next_bill_or_prepaid_until &>
-  <& .row_display, cust_pkg=>$cust_pkg, column=>'contract_end',label=>'Contract end' &>
+  <& .row_edit, cust_pkg=>$cust_pkg, column=>'contract_end',label=>'Contract end' &>
   <& .row_display, cust_pkg=>$cust_pkg, column=>'adjourn',  label=>'Adjournment', note=>'(will <b>suspend</b> this package when the date is reached)' &>
   <& .row_display, cust_pkg=>$cust_pkg, column=>'susp',     label=>'Suspension' &>
 



More information about the freeside-commits mailing list