summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/cancel_pkg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-03-10 11:51:28 -0700
committerMark Wells <mark@freeside.biz>2015-03-10 11:52:24 -0700
commit22013d43001ca65572904a5a1484f6906727d430 (patch)
tree69cb790bc77936370f5277ec60e7204620ffb131 /httemplate/misc/process/cancel_pkg.html
parent7e02bdd1d34068129b9f63970f59e9f6562a105a (diff)
unbreak "future resume" UI, #33875
Diffstat (limited to 'httemplate/misc/process/cancel_pkg.html')
-rwxr-xr-xhttemplate/misc/process/cancel_pkg.html2
1 files changed, 1 insertions, 1 deletions
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';