mirror of https://github.com/OCA/social.git
[FIX] fix bug with standard emails sending
fast-track of a fix from @invitu that we lost by error. Ref: https://github.com/Antiun/social/pull/2pull/33/head
parent
53033ba1b1
commit
196a5e861c
|
@ -30,4 +30,4 @@ class MailMail(models.Model):
|
||||||
'email_to': ';'.join(email_list),
|
'email_to': ';'.join(email_list),
|
||||||
'subject': mail.subject,
|
'subject': mail.subject,
|
||||||
})
|
})
|
||||||
return mail
|
return mail_id
|
||||||
|
|
Loading…
Reference in New Issue