mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
-m
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.reload_doc("website", "doctype", "blog_post")
|
||||
from website.utils import clear_cache
|
||||
clear_cache()
|
||||
|
||||
@@ -18,6 +18,7 @@ from __future__ import unicode_literals
|
||||
patch_list = [
|
||||
"execute:webnotes.reload_doc('core', 'doctype', 'docfield')",
|
||||
"execute:webnotes.reload_doc('core', 'doctype', 'report')",
|
||||
"execute:webnotes.reload_doc('core', 'doctype', 'doctype')",
|
||||
"patches.mar_2012.so_rv_mapper_fix",
|
||||
"patches.mar_2012.clean_property_setter",
|
||||
"patches.april_2012.naming_series_patch",
|
||||
|
||||
Reference in New Issue
Block a user