mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-29 03:35:41 +00:00
fix: do not update float precision on setup
(cherry picked from commit 825e3717ca)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user