mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
contact us cache refresh issue
This commit is contained in:
@@ -18,4 +18,4 @@ class DocType:
|
|||||||
|
|
||||||
def on_update(self):
|
def on_update(self):
|
||||||
from website.utils import clear_cache
|
from website.utils import clear_cache
|
||||||
clear_cache("about")
|
clear_cache("contact")
|
||||||
Reference in New Issue
Block a user