fix: Styling fix

This commit is contained in:
deepeshgarg007 2019-06-17 12:47:39 +05:30
parent 7e3a98ba33
commit d1e0f42fea

View File

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