unbreak "future resume" UI, #33875
authorMark Wells <mark@freeside.biz>
Tue, 10 Mar 2015 18:51:28 +0000 (11:51 -0700)
committerMark Wells <mark@freeside.biz>
Tue, 10 Mar 2015 18:52:24 +0000 (11:52 -0700)
httemplate/misc/process/cancel_pkg.html

index 47ceca2..c7a4397 100755 (executable)
@@ -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';