mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
perf!: Avoid updating sales data on every transaction (#51151)
(cherry picked from commit 0b3e40b155)
# Conflicts:
# erpnext/selling/doctype/selling_settings/selling_settings.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user