[message] [fix] rewire to core
This commit is contained in:
@@ -199,7 +199,7 @@ class DocType(DocListController):
|
||||
|
||||
def notify(self, args):
|
||||
args = webnotes._dict(args)
|
||||
from utilities.page.messages.messages import post
|
||||
from core.page.messages.messages import post
|
||||
post({"txt": args.message, "contact": args.message_to, "subject": args.subject,
|
||||
"notify": cint(self.doc.follow_via_email)})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user