X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Femail-invoice.cgi;h=a560a18384b36a239c881b4c9659ccb0696b4c90;hp=7ab1613eed9009b7172940cfa2fe00e04d6e4a72;hb=1cd72a6f1bd5ca39410f525779f5ca4ee9228a1c;hpb=eb9668a6f3181ee02cb335272c5ee4616e61fd09 diff --git a/httemplate/misc/email-invoice.cgi b/httemplate/misc/email-invoice.cgi index 7ab1613ee..a560a1838 100755 --- a/httemplate/misc/email-invoice.cgi +++ b/httemplate/misc/email-invoice.cgi @@ -10,7 +10,7 @@ my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum}); die "Can't find invoice!\n" unless $cust_bill; my $error = send_email( - 'from' => $conf->config('invoice_from'), + 'from' => $cust_bill->_agent_invoice_from || $conf->config('invoice_from'), 'to' => [ grep { $_ ne 'POST' } $cust_bill->cust_main->invoicing_list ], 'subject' => 'Invoice', 'body' => [ $cust_bill->print_text ],