[freeside-commits] branch FREESIDE_3_BRANCH updated. 3244e4dcb9d88c728f3bfa1294b3f78cb7a96a20

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


The branch, FREESIDE_3_BRANCH has been updated
       via  3244e4dcb9d88c728f3bfa1294b3f78cb7a96a20 (commit)
      from  ffc85003aebc38056eb30fa9580b6395c92c0ee0 (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 3244e4dcb9d88c728f3bfa1294b3f78cb7a96a20
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Mar 10 11:51:05 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