X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fmisc%2Fprocess%2Fcancel_pkg.html;h=0649261e7460917b8759d8f8268f68e5dece5010;hb=4afceb55388ffa32d18c2b821fda11027540dce5;hp=6972a49bfdeb2f74bb2ead80f83d8a3d02db8827;hpb=5a6c2cf5ca5f1a80cad9310ec239a64dc8a280c1;p=freeside.git diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html index 6972a49bf..0649261e7 100755 --- a/httemplate/misc/process/cancel_pkg.html +++ b/httemplate/misc/process/cancel_pkg.html @@ -1,6 +1,10 @@ -<% header(emt("Package $past_method")) %> +<& /elements/header-popup.html, emt("Package $past_method") &> + @@ -85,6 +89,8 @@ my $bill = my $svc_fatal = ( $cgi->param('svc_not_fatal') ne 'Y' ); +my $only_svcnum = ($method eq 'uncancel') ? [ $cgi->param('only_svcnum') ] : undef; + $error ||= $cust_pkg->$method( 'reason' => $reasonnum, 'date' => $date, 'resume_date' => $resume_date, @@ -92,6 +98,7 @@ $error ||= $cust_pkg->$method( 'reason' => $reasonnum, 'bill' => $bill, 'svc_fatal' => $svc_fatal, 'options' => $options, + 'only_svcnum' => $only_svcnum, ); if ($error) {