mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
fix: Styling fix
This commit is contained in:
@@ -16,7 +16,7 @@ erpnext.doctypes_with_dimensions.forEach((doctype) => {
|
|||||||
dimensions.forEach((dimension) => {
|
dimensions.forEach((dimension) => {
|
||||||
frappe.model.with_doctype(dimension['document_type'], () => {
|
frappe.model.with_doctype(dimension['document_type'], () => {
|
||||||
if (frappe.meta.has_field(dimension['document_type'], 'is_group')) {
|
if (frappe.meta.has_field(dimension['document_type'], 'is_group')) {
|
||||||
frm.set_query(dimension['fieldname'],{
|
frm.set_query(dimension['fieldname'], {
|
||||||
"is_group": 0
|
"is_group": 0
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user