1
0
forked from test/crm

Merge pull request #404 from saeedkola/develop

fix: Link field filters
This commit is contained in:
Shariq Ansari 2024-10-11 14:34:07 +05:30 committed by GitHub
commit 590b92c791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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