[freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.29, 1.30
Ivan,,,
ivan at wavetail.420.am
Thu Nov 4 14:42:27 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv6363
Modified Files:
REAL_cust_pkg.cgi
Log Message:
let you edit contract_end for all packages, RT#10480
Index: REAL_cust_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/REAL_cust_pkg.cgi,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -w -d -r1.29 -r1.30
--- REAL_cust_pkg.cgi 4 Nov 2010 21:35:48 -0000 1.29
+++ REAL_cust_pkg.cgi 4 Nov 2010 21:42:25 -0000 1.30
@@ -55,9 +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) ) {
+%#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