fix: Link field filters
This commit is contained in:
parent
cf82757645
commit
5c209272e4
@ -45,6 +45,7 @@ def get_fields_layout(doctype: str, type: str):
|
||||
"options": field.options,
|
||||
"mandatory": field.reqd,
|
||||
"placeholder": field.get("placeholder"),
|
||||
"filters": field.get("link_filters")
|
||||
}
|
||||
section["fields"][section.get("fields").index(field["name"])] = field
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user