X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fupload_target.pm;h=af2dcb13446e5b8412d99c7953e0917ff7c1439d;hp=33088cbd2d993366ee61962175b01fa98f9d069e;hb=3adb46fccf9f631e188ea5383bd147b340477639;hpb=fa978560e3b0473728ebf2fb32625765465c230a diff --git a/FS/FS/upload_target.pm b/FS/FS/upload_target.pm index 33088cbd2..af2dcb134 100644 --- a/FS/FS/upload_target.pm +++ b/FS/FS/upload_target.pm @@ -163,7 +163,7 @@ sub put { # (maybe use only the raw content, so that we don't have to supply a # customer for substitutions? ewww.) my %message = ( - 'from' => $conf->config('invoice_from'), + 'from' => $conf->invoice_from_full(), 'to' => $to, 'subject' => $self->subject, 'nobody' => 1,