Merge pull request #26081 from akhilnarang/enable-dynamic-filters-number-card
fix: allow setting dynamic filters for number cards even without developer mode
This commit is contained in:
commit
280540a51f
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ frappe.ui.form.on("Number Card", {
|
|||
},
|
||||
|
||||
render_dynamic_filters_table(frm) {
|
||||
if (!frappe.boot.developer_mode || frm.doc.type == "Custom") {
|
||||
if (frm.doc.type == "Custom") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue