mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
webnotes.model.doctype (new version)
This commit is contained in:
@@ -50,9 +50,8 @@ def move_customizations():
|
||||
webnotes.conn.sql("""\
|
||||
delete from `tabProperty Setter`
|
||||
where doc_type='Communication Log'""")
|
||||
|
||||
from webnotes.utils.cache import CacheItem
|
||||
CacheItem('Communication').clear()
|
||||
|
||||
webnotes.clear_cache(doctype="Communication")
|
||||
|
||||
def remove_communication_log():
|
||||
import webnotes
|
||||
|
||||
Reference in New Issue
Block a user