diff options
author | ivan <ivan> | 2009-06-30 12:28:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-06-30 12:28:38 +0000 |
commit | 0376f47e1ec2ec9b8702a0e6c5146af9c66beb5e (patch) | |
tree | 42f0c773b4f803770c6837353cbe2aefdbdb3223 /httemplate/edit/REAL_cust_pkg.cgi | |
parent | b769174d6b1f1a7372298e05165ca6c21e3a0620 (diff) |
one-time charge "hold for later" / any package future start date, RT#5347
Diffstat (limited to 'httemplate/edit/REAL_cust_pkg.cgi')
-rwxr-xr-x | httemplate/edit/REAL_cust_pkg.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi index a707aca8d..5752c8dd8 100755 --- a/httemplate/edit/REAL_cust_pkg.cgi +++ b/httemplate/edit/REAL_cust_pkg.cgi @@ -46,6 +46,7 @@ <TD BGCOLOR="#ffffff"><% $cust_pkg->otaker %></TD> </TR> + <& .row_edit, cust_pkg=>$cust_pkg, column=>'start_date', label=>'Start' &> <& .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 &> |