mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
committed by
mergify-bot
parent
6efbbb1058
commit
cb21dff882
@@ -217,6 +217,7 @@ def get_regional_address_details(party_details, doctype, company):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if not party_details.place_of_supply: return party_details
|
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
|
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",
|
and party_details.company_gstin[:2] != party_details.place_of_supply[:2]) or (doctype in ("Purchase Invoice",
|
||||||
|
|||||||
Reference in New Issue
Block a user