Skip to content

Commit

Permalink
fix: treat Phone as Data on list view
Browse files Browse the repository at this point in the history
closes #20290
  • Loading branch information
ankush committed Mar 15, 2023
1 parent dbcd74d commit 06395dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/public/js/frappe/list/base_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ class FilterArea {
"HTML Editor",
"Data",
"Code",
"Phone",
"Read Only",
].includes(fieldtype)
) {
Expand Down

0 comments on commit 06395dd

Please sign in to comment.