[FIX]: [account_followup] wrong sender for email

lp bug: https://launchpad.net/bugs/446520 fixed

bzr revid: mga@tinyerp.com-20091009074253-8he22w5jhgx529e0
This commit is contained in:
Mantavya Gajjar 2009-10-09 13:12:53 +05:30
parent 829dee02d8
commit 811dea54b4
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class followup_all_print(wizard.interface):
if (not dest) and adr.type=='default':
if adr.email:
dest = [adr.email]
src = tools.config.options['smtp_user']
src = tools.config.options['email_from']
if not data['form']['partner_lang']:
body = data['form']['email_body']
else: