mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 11:08:32 +00:00
request: remove _type from form
This commit is contained in:
@@ -120,7 +120,7 @@ def add_ac(args=None):
|
||||
if not args:
|
||||
args = webnotes.form_dict
|
||||
args.pop("cmd")
|
||||
|
||||
|
||||
ac = webnotes.model_wrapper(args)
|
||||
ac.doc.doctype = "Account"
|
||||
ac.doc.old_parent = ""
|
||||
|
||||
Reference in New Issue
Block a user