mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
introducing model 3.0, refactored import module
This commit is contained in:
@@ -53,7 +53,7 @@ def comment_added(doc):
|
||||
'<i>"' + doc.comment + '"</i>', '#6B24B3')
|
||||
|
||||
def doclist_all(doc, method):
|
||||
"""doclist trigger called from webnotes.model.doclist on any event"""
|
||||
"""doclist trigger called from webnotes.model.wrapper on any event"""
|
||||
home.update_feed(doc, method)
|
||||
|
||||
def boot_session(bootinfo):
|
||||
|
||||
Reference in New Issue
Block a user