mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
[minor] Added 'Invite User' in Contact
This commit is contained in:
5
erpnext/patches/v6_4/set_user_in_contact.py
Normal file
5
erpnext/patches/v6_4/set_user_in_contact.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
frappe.db.sql("""update tabContact, tabUser set tabContact.user = tabUser.name
|
||||
where tabContact.email_id = tabUser.email""")
|
||||
Reference in New Issue
Block a user