From 95b2118e12c3a1e578e08f2f25dbf15193475905 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 17 Dec 2025 12:34:46 +0530 Subject: [PATCH] perf!: Avoid updating sales data on every transaction (#51151) (cherry picked from commit 0b3e40b1556feb46a8ddf2b8356c812aa36f1e2c) # Conflicts: # erpnext/selling/doctype/selling_settings/selling_settings.json --- .../selling/doctype/selling_settings/selling_settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/selling_settings/selling_settings.json b/erpnext/selling/doctype/selling_settings/selling_settings.json index 83ba1907671..b41433c4782 100644 --- a/erpnext/selling/doctype/selling_settings/selling_settings.json +++ b/erpnext/selling/doctype/selling_settings/selling_settings.json @@ -84,7 +84,7 @@ "options": "No\nYes" }, { - "default": "Each Transaction", + "default": "Daily", "description": "How often should Project and Company be updated based on Sales Transactions?", "fieldname": "sales_update_frequency", "fieldtype": "Select", @@ -231,7 +231,11 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], +<<<<<<< HEAD "modified": "2025-09-23 21:10:14.826653", +======= + "modified": "2025-12-17 16:08:48.865885", +>>>>>>> 0b3e40b155 (perf!: Avoid updating sales data on every transaction (#51151)) "modified_by": "Administrator", "module": "Selling", "name": "Selling Settings",