5 lines
No EOL
173 B
Python
5 lines
No EOL
173 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.reload_doc('email', 'doctype', 'email_queue_recipient')
|
|
frappe.db.sql('update `tabEmail Queue Recipient` set parenttype="recipients"') |