fix: Link field filters

This commit is contained in:
Saeed Kola 2024-10-09 17:23:37 +05:30
parent cf82757645
commit 5c209272e4

View File

@ -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