[freeside-commits] branch master updated. f27da610fe9dabe8c7319f1935abd1a8cc7b2e90

Ivan ivan at 420.am
Wed Jul 11 21:39:04 PDT 2012


The branch, master has been updated
       via  f27da610fe9dabe8c7319f1935abd1a8cc7b2e90 (commit)
      from  73c83632921705248b1ebf68c561852b5e0e7144 (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 f27da610fe9dabe8c7319f1935abd1a8cc7b2e90
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 11 21:39:00 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