mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +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"
|
"options": "No\nYes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "Each Transaction",
|
"default": "Daily",
|
||||||
"description": "How often should Project and Company be updated based on Sales Transactions?",
|
"description": "How often should Project and Company be updated based on Sales Transactions?",
|
||||||
"fieldname": "sales_update_frequency",
|
"fieldname": "sales_update_frequency",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
@@ -231,7 +231,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2025-09-23 21:10:14.826653",
|
"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",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Selling Settings",
|
"name": "Selling Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user