summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorjeff <jeff>2008-01-30 16:15:03 +0000
committerjeff <jeff>2008-01-30 16:15:03 +0000
commit0b6fc6642313a9daa3dccdcae8366898ff68f0ca (patch)
tree18c090b4b9de2ca70c38374f828bbcb5dba1e1b4 /httemplate
parent769381b3d73135ae9aeb1c05da4c9bd75d8d2b08 (diff)
pointless false laziness removal
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/misc/bulk_change_pkg.cgi10
1 files changed, 0 insertions, 10 deletions
diff --git a/httemplate/misc/bulk_change_pkg.cgi b/httemplate/misc/bulk_change_pkg.cgi
index ebf20ebc2..93349859d 100755
--- a/httemplate/misc/bulk_change_pkg.cgi
+++ b/httemplate/misc/bulk_change_pkg.cgi
@@ -56,14 +56,4 @@
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Bulk change customer packages');
-#false laziness w/report_cust_pkg.html
-my %disable = (
- 'all' => {},
- 'one-time charge' => { 'last_bill'=>1, 'bill'=>1, 'adjourn'=>1, 'susp'=>1, 'expire'=>1, 'cancel'=>1, },
- 'active' => { 'susp'=>1, 'cancel'=>1 },
- 'suspended' => { 'cancel' => 1 },
- 'cancelled' => {},
- '' => {},
-);
-
</%init>