Bug 325208

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

bzr revid: jvo@tinyerp.com-20090204093858-r7tjowszteg4dnwf
This commit is contained in:
Jay (Open ERP) 2009-02-04 15:08:58 +05:30
parent a32e8eeff5
commit 0ddb162633
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ class crm_case(osv.osv):
})
emails = [case.email_from] + (case.email_cc or '').split(',')
emails = filter(None, emails)
body = case.description
body = case.description or ''
if case.user_id.signature:
body += '\n\n%s' % (case.user_id.signature)
tools.email_send(