summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/cancel_pkg.html
diff options
context:
space:
mode:
authorivan <ivan>2007-08-01 19:24:04 +0000
committerivan <ivan>2007-08-01 19:24:04 +0000
commit7c2ca1ae0be6ca3e8f82f44ffdf87cba357f8342 (patch)
tree352755f92bec86fcc1b10f160a3b82722057bb58 /httemplate/misc/process/cancel_pkg.html
parent9ba8a8caddeef0649f7f9fa2b8da9ff3d98ec06b (diff)
comment out unused code
Diffstat (limited to 'httemplate/misc/process/cancel_pkg.html')
-rwxr-xr-xhttemplate/misc/process/cancel_pkg.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html
index 50b111093..aa542187a 100755
--- a/httemplate/misc/process/cancel_pkg.html
+++ b/httemplate/misc/process/cancel_pkg.html
@@ -28,9 +28,9 @@ my $oldAutoCommit = $FS::UID::AutoCommit;
local $FS::UID::AutoCommit = 0;
my $dbh = dbh;
-my $otaker = $FS::CurrentUser::CurrentUser->name;
-$otaker = $FS::CurrentUser::CurrentUser->username
- if ($otaker eq "User, Legacy");
+#my $otaker = $FS::CurrentUser::CurrentUser->name;
+#$otaker = $FS::CurrentUser::CurrentUser->username
+# if ($otaker eq "User, Legacy");
my $error = '';
if ($reasonnum == -1) {