[message] [fix] rewire to core

This commit is contained in:
Rushabh Mehta
2013-04-04 10:02:08 +05:30
parent 9c7830b9cb
commit cfa663e337
3 changed files with 3 additions and 3 deletions

View File

@@ -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)})