Explorar el Código

Merge pull request #2980 from mbauskar/develop

[patch] fixes in setup email inbox patch
version-14
Nabin Hait hace 8 años
committed by GitHub
padre
commit
793956ff03
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      frappe/patches/v8_0/setup_email_inbox.py

+ 1
- 0
frappe/patches/v8_0/setup_email_inbox.py Ver fichero

@@ -28,6 +28,7 @@ def setup_inbox_from_email_account():
""" add user inbox child table entry for existing email account in not exists """

frappe.reload_doc("core", "doctype", "user_email")
frappe.reload_doc("email", "doctype", "email_account")

email_accounts = frappe.get_all("Email Account", filters={"enable_incoming": 1},
fields=["name", "email_id", "awaiting_password", "enable_outgoing"])


Cargando…
Cancelar
Guardar