[freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.28, 1.29
Mark Wells
mark at wavetail.420.am
Thu Nov 4 14:35:50 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv5288/edit
Modified Files:
REAL_cust_pkg.cgi
Log Message:
make contract_end editable when it makes sense
Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/REAL_cust_pkg.cgi,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -w -d -r1.28 -r1.29
--- REAL_cust_pkg.cgi 4 Nov 2010 21:29:22 -0000 1.28
+++ REAL_cust_pkg.cgi 4 Nov 2010 21:35:48 -0000 1.29
@@ -55,7 +55,9 @@
<& .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 &>
+% if ( $cust_pkg->contract_end or $part_pkg->option('contract_end_months',1) ) {
<& .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