Skip to content

Commit

Permalink
fix: Make default sales update frequency as monthly instead of each t…
Browse files Browse the repository at this point in the history
…ransaction

(cherry picked from commit 32863b4)

# Conflicts:
#	erpnext/selling/doctype/selling_settings/selling_settings.json
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed Aug 11, 2023
1 parent 347c67a commit 4ca1f3b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"fieldname": "sales_update_frequency",
"fieldtype": "Select",
"label": "Sales Update Frequency in Company and Project",
"options": "Each Transaction\nDaily\nMonthly",
"options": "Monthly\nEach Transaction\nDaily",
"reqd": 1
},
{
Expand Down Expand Up @@ -193,7 +193,11 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-03-03 11:16:54.333615",
=======
"modified": "2023-08-09 15:35:42.914354",
>>>>>>> 32863b4922 (fix: Make default sales update frequency as monthly instead of each transaction)
"modified_by": "Administrator",
"module": "Selling",
"name": "Selling Settings",
Expand Down

0 comments on commit 4ca1f3b

Please sign in to comment.