mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
[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:
committed by
Nabin Hait
parent
07d0e9a2b2
commit
cc9c7d5e2a
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user