Skip to content

Commit

Permalink
fix: Link field filters
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedkola committed Oct 9, 2024
1 parent cf82757 commit 5c20927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c20927

Please sign in to comment.