mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
model_wrapper is now bean, refactoring defaults
This commit is contained in:
@@ -30,4 +30,4 @@ def add_node():
|
||||
parent_field: webnotes.form_dict['parent'],
|
||||
"is_group": webnotes.form_dict['is_group']
|
||||
}]
|
||||
webnotes.model_wrapper(doclist).save()
|
||||
webnotes.bean(doclist).save()
|
||||
Reference in New Issue
Block a user