[wsgi] [minor] fixed webnotes.local.form_dict

This commit is contained in:
Rushabh Mehta
2013-10-02 14:34:25 +05:30
parent 24ca7e4e2e
commit 8c2e4e1e1f
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ def get_template():
if not webnotes.has_permission("Attendance", "create"):
raise webnotes.PermissionError
args = webnotes.form_dict
args = webnotes.local.form_dict
webnotes.local.uploadattendance_doclist = webnotes.model.doctype.get("Attendance")
w = UnicodeWriter()