X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Fcancel_pkg.html;h=c7a43979dbc6471e7f35337a7b5c6e71ec15d306;hb=22013d43001ca65572904a5a1484f6906727d430;hp=47ceca23b4b1ff253963653a2c77cca47d7d166a;hpb=3cda3a85eb0daa5b8b9f4d30cd0896da6ccf4a9b;p=freeside.git 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';