forked from Techsystech/web
[FIX] autodelete mails
parent
8c167a5535
commit
5303167969
|
@ -67,7 +67,7 @@ openerp.support_branding = function(instance) {
|
|||
'create',
|
||||
[{
|
||||
state: 'outgoing',
|
||||
auto_delete: false,
|
||||
auto_delete: true,
|
||||
email_to: self.support_branding_support_email,
|
||||
subject: $subject.val(),
|
||||
body_html: jQuery('<div/>').append(
|
||||
|
|
Loading…
Reference in New Issue