diff options
| author | levinse <levinse> | 2011-05-22 21:48:32 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-05-22 21:48:32 +0000 |
| commit | f1802f4b19c6741b50007b56bbac13af61012fe5 (patch) | |
| tree | d7755934e6c27a47fd00ff9d79fde93f90345946 /httemplate/misc/process/cancel_pkg.html | |
| parent | 283db3852b84e9716e308c8792cdb983e033b60c (diff) | |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/misc/process/cancel_pkg.html')
| -rwxr-xr-x | httemplate/misc/process/cancel_pkg.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html index e17872c06..a4371e6f3 100755 --- a/httemplate/misc/process/cancel_pkg.html +++ b/httemplate/misc/process/cancel_pkg.html @@ -1,4 +1,4 @@ -<% header("Package $past{$method}") %> +<% header(emt("Package $past{$method}")) %> <SCRIPT TYPE="text/javascript"> window.top.location.reload(); </SCRIPT> @@ -51,10 +51,6 @@ if ($method eq 'expire' || $method eq 'adjourn'){ my $cust_pkg = qsearchs( 'cust_pkg', {'pkgnum'=>$pkgnum} ); -#my $otaker = $FS::CurrentUser::CurrentUser->name; -#$otaker = $FS::CurrentUser::CurrentUser->username -# if ($otaker eq "User, Legacy"); - if ($reasonnum == -1) { $reasonnum = { 'typenum' => scalar( $cgi->param('newreasonnumT') ), |
