Merge pull request #29756 from frappe/revert-29499-overseas_gst_tax

Revert "fix(India): Tax calculation for overseas suppliers"
This commit is contained in:
Deepesh Garg 2022-02-11 17:40:48 +05:30 committed by GitHub
commit 86ef932979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,6 @@ def get_regional_address_details(party_details, doctype, company):
if not party_details.place_of_supply: return party_details
if not party_details.company_gstin: return party_details
if not party_details.supplier_gstin: return party_details
if ((doctype in ("Sales Invoice", "Delivery Note", "Sales Order") and party_details.company_gstin
and party_details.company_gstin[:2] != party_details.place_of_supply[:2]) or (doctype in ("Purchase Invoice",