summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-08-20 02:40:39 +0000
committerivan <ivan>2009-08-20 02:40:39 +0000
commited7d3ad7e00fb57f8ded643de5d5217ee64061ad (patch)
tree704a2bf7ca5504f4e5d9e888fff75cc09201b27a
parent5470df9cd0062a366aaf8ff7d1e66cf6fac60311 (diff)
eliminate unnecessary lookup
-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 663caf174..587a7c664 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;
}