diff options
author | jeff <jeff> | 2007-06-26 15:36:54 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-06-26 15:36:54 +0000 |
commit | 1e3b7968c86bf8c7e17e9044ed6d41a954b943a7 (patch) | |
tree | 0dbc1976a78752af013f412cbd0afa58227fafec /httemplate/edit/process/REAL_cust_pkg.cgi | |
parent | 9ae653f3798685d160b7f9bc44d8b62430afd6d8 (diff) |
suspend later just like expire (#1487)
Diffstat (limited to 'httemplate/edit/process/REAL_cust_pkg.cgi')
-rwxr-xr-x | httemplate/edit/process/REAL_cust_pkg.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/REAL_cust_pkg.cgi b/httemplate/edit/process/REAL_cust_pkg.cgi index 26e234fb0..9255672c0 100755 --- a/httemplate/edit/process/REAL_cust_pkg.cgi +++ b/httemplate/edit/process/REAL_cust_pkg.cgi @@ -7,6 +7,7 @@ %$hash{'bill'} = $cgi->param('bill') ? str2time($cgi->param('bill')) : ''; %$hash{'last_bill'} = % $cgi->param('last_bill') ? str2time($cgi->param('last_bill')) : ''; +%$hash{'adjourn'} = $cgi->param('adjourn') ? str2time($cgi->param('adjourn')) : ''; %$hash{'expire'} = $cgi->param('expire') ? str2time($cgi->param('expire')) : ''; % %my $new; |