Skip to content

Commit

Permalink
fix: Total Sales amount update in project via Sales Order
Browse files Browse the repository at this point in the history
(cherry picked from commit 6063c4e)
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed Oct 28, 2022
1 parent 36f2b65 commit d742e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/selling/doctype/sales_order/sales_order.py
Expand Up @@ -627,6 +627,7 @@ def postprocess(source, doc):
"field_map": {
"name": "sales_order",
"base_grand_total": "estimated_costing",
"net_total": "total_sales_amount",
},
},
},
Expand Down

0 comments on commit d742e6d

Please sign in to comment.