Merge pull request #36609 from frappe/mergify/bp/version-14-hotfix/pr-36564

fix: Make default sales update frequency as monthly instead of each transaction (#36564)
This commit is contained in:
Deepesh Garg
2023-08-13 13:20:27 +05:30
committed by GitHub

View File

@@ -84,7 +84,7 @@
"fieldname": "sales_update_frequency", "fieldname": "sales_update_frequency",
"fieldtype": "Select", "fieldtype": "Select",
"label": "Sales Update Frequency in Company and Project", "label": "Sales Update Frequency in Company and Project",
"options": "Each Transaction\nDaily\nMonthly", "options": "Monthly\nEach Transaction\nDaily",
"reqd": 1 "reqd": 1
}, },
{ {
@@ -193,7 +193,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2023-03-03 11:16:54.333615", "modified": "2023-08-09 15:35:42.914354",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Selling Settings", "name": "Selling Settings",
@@ -222,4 +222,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }