feat: enable dynamic filters for standard number cards

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2024-04-22 10:52:17 +05:30
parent d11f8e7bcb
commit e4b3a3fa02
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -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;
}