Merge pull request #53811 from khushi8112/customer-group-is-group-validation

fix: prevent selection of group type customer group in customer master
This commit is contained in:
Khushi Rawat
2026-03-31 16:46:25 +05:30
committed by GitHub
5 changed files with 17 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ class TestTaxes(ERPNextTestSuite):
{
"doctype": "Customer",
"customer_name": uuid4(),
"customer_group": "All Customer Groups",
"customer_group": "Individual",
}
).insert()
self.supplier = frappe.get_doc(