diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-07-11 21:39:05 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-11 21:39:05 -0700 |
| commit | 647faeba6ebbb804c75f49166ba804cd20baaf4b (patch) | |
| tree | 05bb163a40cf2e55e9510e8b0c64dec701c62248 /httemplate | |
| parent | bcc29aef92ab9c3a3938dced8fb0e3b69a7547eb (diff) | |
fix accidental fallout from premature commit of RT#18376, RT#18499
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/misc/process/cancel_pkg.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html index 79e489c70..a106b845a 100755 --- a/httemplate/misc/process/cancel_pkg.html +++ b/httemplate/misc/process/cancel_pkg.html @@ -58,8 +58,8 @@ if ( $method eq 'suspend' ) { #or 'adjourn' $resume_date = parse_datetime($cgi->param('resume_date')) if $cgi->param('resume_date'); - $options = { map scalar($cgi->param($_)), - suspend_bill no_suspend_bill + $options = { map { $_ => scalar($cgi->param($_)) } + qw( suspend_bill no_suspend_bill ) }; } |
