mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 15:00:27 +00:00
Merge pull request #32747 from frappe/mergify/bp/version-14-hotfix/pr-32718
fix: Total Sales amount update in project via Sales Order (backport #32718)
This commit is contained in:
@@ -627,6 +627,7 @@ def make_project(source_name, target_doc=None):
|
|||||||
"field_map": {
|
"field_map": {
|
||||||
"name": "sales_order",
|
"name": "sales_order",
|
||||||
"base_grand_total": "estimated_costing",
|
"base_grand_total": "estimated_costing",
|
||||||
|
"net_total": "total_sales_amount",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user