mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-04 20:53:23 +02:00
fix(india): e-way bill json for unregistered gst category
This commit is contained in:
@@ -580,7 +580,7 @@ def get_ewb_data(dt, dn):
|
|||||||
|
|
||||||
if dt == "Delivery Note":
|
if dt == "Delivery Note":
|
||||||
data.subSupplyType = 1
|
data.subSupplyType = 1
|
||||||
elif doc.gst_category in ["Registered Regular", "SEZ"]:
|
elif doc.gst_category in ["Unregistered", "Registered Regular", "SEZ"]:
|
||||||
data.subSupplyType = 1
|
data.subSupplyType = 1
|
||||||
elif doc.gst_category in ["Overseas", "Deemed Export"]:
|
elif doc.gst_category in ["Overseas", "Deemed Export"]:
|
||||||
data.subSupplyType = 3
|
data.subSupplyType = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user