summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-07-11 21:39:00 -0700
committerIvan Kohler <ivan@freeside.biz>2012-07-11 21:39:00 -0700
commitf27da610fe9dabe8c7319f1935abd1a8cc7b2e90 (patch)
tree9141fe84e91ffff7271113c66124bd605f200a52 /httemplate
parent73c83632921705248b1ebf68c561852b5e0e7144 (diff)
fix accidental fallout from premature commit of RT#18376, RT#18499
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/misc/process/cancel_pkg.html4
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 )
};
}