Set corrected states list in GST State field's options

This commit is contained in:
Nabin Hait
2017-07-12 16:01:24 +05:30
parent 0a32b7a6eb
commit 7312186c76
6 changed files with 13 additions and 7 deletions

View File

@@ -81,7 +81,6 @@ def set_address_details(out, party, party_type, doctype=None, company=None):
out.update(get_company_address(company))
if out.company_address:
out.update(get_fetch_values(doctype, 'company_address', out.company_address))
def set_contact_details(out, party, party_type):
out.contact_person = get_default_contact(party_type, party.name)