fix(india): cess value not considered while validating e-invoice totals
This commit is contained in:
parent
60fb71bd2a
commit
8e6c7a6bf7
@ -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"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user