mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
Merge pull request #30799 from nextchamp-saqib/einv-cess-fix
fix(india): cess value not considered while validating e-invoice totals
This commit is contained in:
@@ -553,6 +553,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