mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[wsgi] [minor] fixed webnotes.local.form_dict
This commit is contained in:
@@ -15,7 +15,7 @@ def get_companies():
|
||||
|
||||
@webnotes.whitelist()
|
||||
def get_children():
|
||||
args = webnotes.form_dict
|
||||
args = webnotes.local.form_dict
|
||||
ctype, company = args['ctype'], args['comp']
|
||||
|
||||
# root
|
||||
|
||||
Reference in New Issue
Block a user