chore: update sales_data from site_info

(cherry picked from commit 866b252309)
This commit is contained in:
Jannat Patel
2025-09-23 13:09:59 +05:30
committed by Mergify
parent 7402549b4b
commit ac55028f6b
2 changed files with 4 additions and 4 deletions

View File

@@ -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