[freeside-commits] branch master updated. 22013d43001ca65572904a5a1484f6906727d430

Mark Wells mark at 420.am
Tue Mar 10 11:52:27 PDT 2015


The branch, master has been updated
       via  22013d43001ca65572904a5a1484f6906727d430 (commit)
      from  7e02bdd1d34068129b9f63970f59e9f6562a105a (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 22013d43001ca65572904a5a1484f6906727d430
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Mar 10 11:51:28 2015 -0700

    unbreak "future resume" UI, #33875

diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html
index 47ceca2..c7a4397 100755
--- a/httemplate/misc/process/cancel_pkg.html
+++ b/httemplate/misc/process/cancel_pkg.html
@@ -67,7 +67,7 @@ my $cust_pkg = qsearchs( 'cust_pkg', {'pkgnum'=>$pkgnum} );
 
 #untaint reasonnum, and set up new reason if appropriate
 my ($reasonnum, $error);
-if ($method ne 'resume' and $method ne 'uncancel') {
+if ($method ne 'unsuspend' and $method ne 'uncancel') {
   ($reasonnum, $error) = $m->comp('elements/reason');
   if (!$reasonnum) {
     $error ||= 'Reason required';

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/process/cancel_pkg.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list