fix: do not update float precision on setup

(cherry picked from commit 825e3717ca)
This commit is contained in:
khushi8112
2026-01-06 14:41:36 +05:30
committed by Mergify
parent b855f30600
commit 0af4cd9098

View File

@@ -43,7 +43,6 @@ class AssetSetup(IntegrationTestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
frappe.db.set_single_value("System Settings", "float_precision", 3)
set_depreciation_settings_in_company()
create_asset_data()
enable_cwip_accounting("Computers")