Merge pull request #32718 from deepeshgarg007/total_sales_amount_project

fix: Total Sales amount update in project via Sales Order
This commit is contained in:
Deepesh Garg 2022-10-28 20:46:00 +05:30 committed by GitHub
commit 25eac80ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -627,6 +627,7 @@ def make_project(source_name, target_doc=None):
"field_map": {
"name": "sales_order",
"base_grand_total": "estimated_costing",
"net_total": "total_sales_amount",
},
},
},