summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action/cust_bill_send.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_event/Action/cust_bill_send.pm')
-rw-r--r--FS/FS/part_event/Action/cust_bill_send.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/part_event/Action/cust_bill_send.pm b/FS/FS/part_event/Action/cust_bill_send.pm
index 663caf1..587a7c6 100644
--- a/FS/FS/part_event/Action/cust_bill_send.pm
+++ b/FS/FS/part_event/Action/cust_bill_send.pm
@@ -14,9 +14,6 @@ sub default_weight { 50; }
sub do_action {
my( $self, $cust_bill ) = @_;
- #my $cust_main = $self->cust_main($cust_bill);
- my $cust_main = $cust_bill->cust_main;
-
$cust_bill->send;
}