X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=d8dbd5297527ba7f91e054afff24d3e50e891417;hp=50cee480333876d6f3c3a3415443fee02f72b546;hb=649ceeca76084d16d22013124bd7f80f053d75c4;hpb=743a09e78017b7b03ed79dccb54accfa1b26c95f;ds=sidebyside 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;