X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main%2FBilling_Realtime.pm;h=cf4b16e59b289b491cfdc904259f7cd820a842df;hp=54c7c5d32d3233124bdb9385ff0af16e5f7a9051;hb=7aaf4684beb1016f0f1b1bdb8eec9adc37a11dff;hpb=c5d6baa090e98dc6151455f4239e0c162eddbdb3 diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm index 54c7c5d32..cf4b16e59 100644 --- a/FS/FS/cust_main/Billing_Realtime.pm +++ b/FS/FS/cust_main/Billing_Realtime.pm @@ -556,6 +556,8 @@ sub realtime_bop { ? uc($options{'paytype'}) : uc($self->getfield('paytype')) || 'PERSONAL CHECKING'; + $content{company} = $self->company if $self->company; + if ( $content{account_type} =~ /BUSINESS/i && $self->company ) { $content{account_name} = $self->company; } else {