From f1802f4b19c6741b50007b56bbac13af61012fe5 Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 22 May 2011 21:48:32 +0000 Subject: internationalization/localization, RT12515 --- httemplate/misc/process/cancel_pkg.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'httemplate/misc/process/cancel_pkg.html') 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}")) %> @@ -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') ), -- cgit v1.2.1