Merge pull request #28779 from frappe/mergify/bp/develop/pr-28777
fix: Error on creating invoice (backport #28777)
This commit is contained in:
commit
9a644f645c
@ -217,6 +217,7 @@ def get_regional_address_details(party_details, doctype, company):
|
||||
return
|
||||
|
||||
if not party_details.place_of_supply: return party_details
|
||||
if not party_details.company_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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user