mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
fix: regional(India) totalValue for ewaybill
This commit is contained in:
@@ -446,7 +446,7 @@ def get_ewb_data(dt, dn):
|
|||||||
data = get_address_details(data, doc, company_address, billing_address, dispatch_address)
|
data = get_address_details(data, doc, company_address, billing_address, dispatch_address)
|
||||||
|
|
||||||
data.itemList = []
|
data.itemList = []
|
||||||
data.totalValue = doc.total
|
data.totalValue = doc.net_total
|
||||||
|
|
||||||
data = get_item_list(data, doc, hsn_wise=True)
|
data = get_item_list(data, doc, hsn_wise=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user