fix accidental fallout from premature commit of RT#18376, RT#18499
authorIvan Kohler <ivan@freeside.biz>
Thu, 12 Jul 2012 04:39:00 +0000 (21:39 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 12 Jul 2012 04:39:00 +0000 (21:39 -0700)
httemplate/misc/process/cancel_pkg.html

index 79e489c..a106b84 100755 (executable)
@@ -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 )
              };
 }