mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
Merge branch 'handlerupdate' of github.com:webnotes/erpnext into handlerupdate
This commit is contained in:
@@ -56,8 +56,6 @@ def get_active_users(arg=None):
|
||||
@webnotes.whitelist()
|
||||
def post(arg=None):
|
||||
"""post message"""
|
||||
import json
|
||||
arg = json.loads(arg)
|
||||
from webnotes.model.doc import Document
|
||||
d = Document('Comment Widget Record')
|
||||
d.comment = arg['txt']
|
||||
|
||||
Reference in New Issue
Block a user