mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +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':
|
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):
|
||||||
|
|||||||
Reference in New Issue
Block a user