Merge pull request #31602 from rtdany10/patch-19

fix(india): e-way bill json for unregistered gst category
This commit is contained in:
Deepesh Garg
2022-07-22 13:11:19 +05:30
committed by GitHub

View File

@@ -580,7 +580,7 @@ def get_ewb_data(dt, dn):
if dt == "Delivery Note":
data.subSupplyType = 1
elif doc.gst_category in ["Registered Regular", "SEZ"]:
elif doc.gst_category in ["Unregistered", "Registered Regular", "SEZ"]:
data.subSupplyType = 1
elif doc.gst_category in ["Overseas", "Deemed Export"]:
data.subSupplyType = 3