diff options
-rw-r--r-- | FS/FS/cust_main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 50cee4803..d8dbd5297 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -1117,6 +1117,7 @@ If there is an error, returns the error, otherwise returns false. sub bill { my( $self, %options ) = @_; + return '' if $self->payby eq 'COMP'; warn "bill customer ". $self->custnum if $DEBUG; my $time = $options{'time'} || time; |