mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
sync before running clear web cache patch
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
import webnotes
|
import webnotes
|
||||||
def execute():
|
def execute():
|
||||||
|
webnotes.reload_doc("website", "doctype", "web_page")
|
||||||
|
webnotes.reload_doc("website", "doctype", "blog")
|
||||||
|
webnotes.reload_doc("stock", "doctype", "item")
|
||||||
|
webnotes.reload_doc("stock", "doctype", "item_group")
|
||||||
|
|
||||||
# build wn-web.js and wn-web.css
|
# build wn-web.js and wn-web.css
|
||||||
from website.helpers.make_web_include_files import make
|
from website.helpers.make_web_include_files import make
|
||||||
make()
|
make()
|
||||||
|
|||||||
Reference in New Issue
Block a user