perf(BaseDocument): remove duplicate code (#16733)
This commit is contained in:
parent
57e379ac68
commit
224dd319e8
1 changed files with 0 additions and 1 deletions
|
|
@ -241,7 +241,6 @@ class BaseDocument(object):
|
|||
raise AttributeError(key)
|
||||
|
||||
value = get_controller(value["doctype"])(value)
|
||||
value.init_valid_columns()
|
||||
|
||||
value.parent = self.name
|
||||
value.parenttype = self.doctype
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue