[Fix] GSTIN not displaying in the address print (#14855)

* [Fix] GSTIN not displaying in the address print

* Made changes in the patch and set Patch as False

* Update update_address_template_for_india.py
This commit is contained in:
rohitwaghchaure
2018-07-10 15:41:42 +05:30
committed by Nabin Hait
parent 07d0e9a2b2
commit cc9c7d5e2a
3 changed files with 14 additions and 1 deletions

View File

@@ -355,7 +355,7 @@ def install_country_fixtures(company):
path = frappe.get_app_path('erpnext', 'regional', frappe.scrub(company_doc.country))
if os.path.exists(path.encode("utf-8")):
frappe.get_attr("erpnext.regional.{0}.setup.setup"
.format(frappe.scrub(company_doc.country)))(company_doc)
.format(frappe.scrub(company_doc.country)))(company_doc, False)
def update_company_current_month_sales(company):
current_month_year = formatdate(today(), "MM-yyyy")