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 = ""