From 1b3cde9d4480abb3c57f2fd363828a4dccc821b1 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sun, 21 Jun 2026 18:16:00 +0530 Subject: [PATCH] fix: minor fix in test Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- erpnext/selling/doctype/sales_order/test_sales_order.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/sales_order/test_sales_order.py b/erpnext/selling/doctype/sales_order/test_sales_order.py index 5a7b22ec566..1f7daf43e13 100644 --- a/erpnext/selling/doctype/sales_order/test_sales_order.py +++ b/erpnext/selling/doctype/sales_order/test_sales_order.py @@ -2986,7 +2986,7 @@ class TestSalesOrder(ERPNextTestSuite): ) so.append( "sales_team", - {"sales_person": "_Test Sales Person 2", "allocated_percentage": 40}, + {"sales_person": "_Test Sales Person 2", "allocated_percentage": 40, "commission_rate": 0}, ) so.save()