fix: Tax template update on supplier

This commit is contained in:
Deepesh Garg
2020-12-04 18:07:46 +05:30
committed by Saurabh
parent 65680ada87
commit 9f848fe65c

View File

@@ -533,9 +533,6 @@ def get_address_details(data, doc, company_address, billing_address):
if doc.gst_category == 'SEZ': if doc.gst_category == 'SEZ':
data.toStateCode = 99 data.toStateCode = 99
if doc.gst_category == 'SEZ':
data.toStateCode = 99
return data return data
def get_item_list(data, doc): def get_item_list(data, doc):