mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
fix(india): cess value not considered while validating e-invoice totals
This commit is contained in:
@@ -552,6 +552,7 @@ def validate_totals(einvoice):
|
||||
+ flt(value_details["CgstVal"])
|
||||
+ flt(value_details["SgstVal"])
|
||||
+ flt(value_details["IgstVal"])
|
||||
+ flt(value_details["CesVal"])
|
||||
+ flt(value_details["OthChrg"])
|
||||
+ flt(value_details["RndOffAmt"])
|
||||
- flt(value_details["Discount"])
|
||||
|
||||
Reference in New Issue
Block a user