mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 15:32:27 +00:00
Merge pull request #1616 from pdvyas/migrate-3to4
3 to 4 migration fixes
This commit is contained in:
@@ -17,7 +17,7 @@ class SupportEmailSettings(Document):
|
||||
Checks support ticket email settings
|
||||
"""
|
||||
if self.sync_support_mails and self.mail_server:
|
||||
inc_email = frappe.get_doc('Incoming Email Settings')
|
||||
inc_email = frappe._dict(self.as_dict())
|
||||
# inc_email.encode()
|
||||
inc_email.host = self.mail_server
|
||||
inc_email.use_ssl = self.use_ssl
|
||||
|
||||
Reference in New Issue
Block a user