mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
chore: update sales_data from site_info
This commit is contained in:
@@ -37,7 +37,7 @@ def get_site_info(site_info):
|
||||
if company:
|
||||
domain = frappe.get_cached_value("Company", cstr(company), "domain")
|
||||
|
||||
return {"company": company, "domain": domain, "activation": get_level()}
|
||||
return {"company": company, "domain": domain, "activation": get_level(site_info)}
|
||||
|
||||
|
||||
@contextmanager
|
||||
|
||||
Reference in New Issue
Block a user