mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
added writers page
This commit is contained in:
@@ -5,4 +5,10 @@ import webnotes
|
||||
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
def on_update(self):
|
||||
# for blog footer
|
||||
from website.utils import clear_cache
|
||||
clear_cache()
|
||||
|
||||
Reference in New Issue
Block a user