From 22013d43001ca65572904a5a1484f6906727d430 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 10 Mar 2015 11:51:28 -0700 Subject: [PATCH] unbreak "future resume" UI, #33875 --- httemplate/misc/process/cancel_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html index 47ceca23b..c7a43979d 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'; -- 2.11.0