mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
changes related to my_company page moved to home
This commit is contained in:
@@ -13,7 +13,7 @@ def add_question(arg):
|
||||
d.save(1)
|
||||
|
||||
if args['suggest']:
|
||||
from my_company.page.my_company.my_company import post_comment
|
||||
from home.page.my_company.my_company import post_comment
|
||||
for s in args['suggest']:
|
||||
if s:
|
||||
post_comment({
|
||||
@@ -34,4 +34,4 @@ def vote(arg):
|
||||
webnotes.conn.sql("update `tab%s` set points=%s, _users_voted=%s where name=%s" % (args['dt'], '%s', '%s', '%s'), \
|
||||
(p, cstr(res[1]) + ',' + webnotes.user.name, args['dn']))
|
||||
|
||||
return p
|
||||
return p
|
||||
|
||||
Reference in New Issue
Block a user