X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=d2a6dedf25aa817861cbbe4b7ef33158fa1656ca;hb=8f695e657e4f97cbf9ebbf99c3c2dd24bb9aea2f;hp=bcfbbc73fb318c40f7933941f3c65d5d104083e5;hpb=3ece1c396f23e04cd659f1085f6eeee8bdfd846f;p=freeside.git diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index bcfbbc73f..d2a6dedf2 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1085,7 +1085,7 @@ sub email { # this is where we set the From: address $from ||= $self->_agent_invoice_from || #XXX should go away - $conf->config('invoice_from', $self->cust_main->agentnum ); + $conf->invoice_from_full( $self->cust_main->agentnum ); my @invoicing_list = $self->cust_main->invoicing_list_emailonly;