feat: enable dynamic filters for standard number cards
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
d11f8e7bcb
commit
e4b3a3fa02
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.is_standard || frm.doc.type == "Custom") {
|
||||
if (!frappe.boot.developer_mode || frm.doc.type == "Custom") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue