From 17fb06d6d3bd435f7c87df144bb75b53887245f5 Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 18 Feb 2026 17:12:06 -0600 Subject: [PATCH] update update company script --- custom_ui/install.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_ui/install.py b/custom_ui/install.py index 5180b5c..7bd6819 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -1752,9 +1752,9 @@ def create_companies(): "country": "United States" }) doc.insert(ignore_permissions=True) - doc.create_default_accounts() - doc.create_default_cost_center() - doc.create_default_warehouses() - doc.create_default_tax_template() - doc.create_default_departments() + # doc.create_default_accounts() + # doc.create_default_cost_center() + # doc.create_default_warehouses() + # doc.create_default_tax_template() + # doc.create_default_departments() print(f"✅ Created company '{company['company_name']}' with default accounts, cost center, and warehouse.") \ No newline at end of file