From e37e561378e7cc796f5967846e6989300440e8b1 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Nov 2010 21:42:25 +0000 Subject: [PATCH] let you edit contract_end for all packages, RT#10480 --- httemplate/edit/REAL_cust_pkg.cgi | 4 ++-- 1 file 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 suspend this package when the date is reached)' &> <& .row_display, cust_pkg=>$cust_pkg, column=>'susp', label=>'Suspension' &> -- 2.11.0