* fix(unicode): Import unicode_literals in every file * fix(unicode): Test if safe_json_loads return unicode instead of bytes
6 lines
No EOL
213 B
Python
6 lines
No EOL
213 B
Python
from __future__ import unicode_literals
|
|
import frappe
|
|
|
|
def execute():
|
|
frappe.reload_doc('email', 'doctype', 'email_queue_recipient')
|
|
frappe.db.sql('update `tabEmail Queue Recipient` set parenttype="recipients"') |