Merge pull request #30014 from frappe/mergify/bp/version-13-hotfix/pr-29978

fix: Commission not applied while making Sales Order from Quotation (backport #29978)
This commit is contained in:
Deepesh Garg
2022-03-01 18:19:10 +05:30
committed by GitHub
4 changed files with 25 additions and 9 deletions

View File

@@ -757,6 +757,7 @@
},
{
"default": "0",
"fetch_from": "item_code.grant_commission",
"fieldname": "grant_commission",
"fieldtype": "Check",
"label": "Grant Commission",
@@ -767,12 +768,14 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2021-10-06 12:12:44.018872",
"modified": "2022-02-24 14:42:20.211085",
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note Item",
"naming_rule": "Random",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC"
}
"sort_order": "DESC",
"states": []
}