mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 22:06:52 +00:00
fix: Tax template update on supplier
This commit is contained in:
@@ -533,9 +533,6 @@ def get_address_details(data, doc, company_address, billing_address):
|
||||
if doc.gst_category == 'SEZ':
|
||||
data.toStateCode = 99
|
||||
|
||||
if doc.gst_category == 'SEZ':
|
||||
data.toStateCode = 99
|
||||
|
||||
return data
|
||||
|
||||
def get_item_list(data, doc):
|
||||
|
||||
Reference in New Issue
Block a user