diff options
author | ivan <ivan> | 2010-11-04 21:42:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-04 21:42:25 +0000 |
commit | e37e561378e7cc796f5967846e6989300440e8b1 (patch) | |
tree | 46adff74d24d1d6260e25d50c759855a4bd84578 | |
parent | a9dcf7d17d2f3b40168b1df731c799f0ee3900f0 (diff) |
let you edit contract_end for all packages, RT#10480
-rwxr-xr-x | httemplate/edit/REAL_cust_pkg.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi index fca58f533..ba217ebca 100755 --- a/httemplate/edit/REAL_cust_pkg.cgi +++ b/httemplate/edit/REAL_cust_pkg.cgi @@ -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' &> |