fix: reload google contacts
This commit is contained in:
parent
25979febb6
commit
4668cc64e0
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import re
|
|||
|
||||
def execute():
|
||||
""" Create Contact for each User if not present """
|
||||
frappe.reload_doc('integrations', 'doctype', 'google_contacts')
|
||||
frappe.reload_doc('contacts', 'doctype', 'contact')
|
||||
frappe.reload_doc('core', 'doctype', 'dynamic_link')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue