commit | aae45532f3808fe53027f8ac0ce2e9044328db0c | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Feb 15 14:39:34 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Feb 15 14:39:34 2013 +0530 |
tree | f2bec26b6fe3f3f37a2cee58b49c91f534243f37 | |
parent | 1a9f0848b3c601c39eea11a577b7e3ee743e9c5c [diff] |
request: remove _type from form
diff --git a/accounts/utils.py b/accounts/utils.py index 6eb2ddb..4c904ad 100644 --- a/accounts/utils.py +++ b/accounts/utils.py
@@ -120,7 +120,7 @@ if not args: args = webnotes.form_dict args.pop("cmd") - + ac = webnotes.model_wrapper(args) ac.doc.doctype = "Account" ac.doc.old_parent = ""