[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 647faeba6ebbb804c75f49166ba804cd20baaf4b
Ivan
ivan at 420.am
Wed Jul 11 21:39:08 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 647faeba6ebbb804c75f49166ba804cd20baaf4b (commit)
from bcc29aef92ab9c3a3938dced8fb0e3b69a7547eb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 647faeba6ebbb804c75f49166ba804cd20baaf4b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 11 21:39:05 2012 -0700
fix accidental fallout from premature commit of RT#18376, RT#18499
diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html
index 79e489c..a106b84 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 )
};
}
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/process/cancel_pkg.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list