summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorjeff <jeff>2008-01-30 16:14:38 +0000
committerjeff <jeff>2008-01-30 16:14:38 +0000
commitd0ca3aa05730455c6eb54c189d6e131e8c9c71e3 (patch)
tree54fdefd1d697ac89754be05d626fe0c309e84e5f /httemplate/misc
parente37cbc7ace987877747390879babc77752853baa (diff)
pointless false laziness removal
Diffstat (limited to 'httemplate/misc')
-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>