fix: Styling fix
This commit is contained in:
parent
7e3a98ba33
commit
d1e0f42fea
@ -16,7 +16,7 @@ erpnext.doctypes_with_dimensions.forEach((doctype) => {
|
||||
dimensions.forEach((dimension) => {
|
||||
frappe.model.with_doctype(dimension['document_type'], () => {
|
||||
if (frappe.meta.has_field(dimension['document_type'], 'is_group')) {
|
||||
frm.set_query(dimension['fieldname'],{
|
||||
frm.set_query(dimension['fieldname'], {
|
||||
"is_group": 0
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user