diff --git a/erpnext/selling/doctype/customer/customer.js b/erpnext/selling/doctype/customer/customer.js index 50248a985aa..33f5b312460 100644 --- a/erpnext/selling/doctype/customer/customer.js +++ b/erpnext/selling/doctype/customer/customer.js @@ -31,7 +31,6 @@ frappe.ui.form.on("Customer", { frm.add_fetch("lead_name", "company_name", "customer_name"); frm.add_fetch("default_sales_partner", "commission_rate", "default_commission_rate"); - frm.set_query("customer_group", { is_group: 0 }); frm.set_query("default_price_list", { selling: 1 }); frm.set_query("account", "accounts", function (doc, cdt, cdn) { let d = locals[cdt][cdn];