chore: Merge branch develop to head branch

This commit is contained in:
Khushi Rawat
2024-10-21 01:27:18 +05:30
40 changed files with 311 additions and 375 deletions

View File

@@ -45,6 +45,7 @@ from erpnext.stock.doctype.purchase_receipt.test_purchase_receipt import make_pu
class AssetSetup(IntegrationTestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
set_depreciation_settings_in_company()
create_asset_data()
enable_cwip_accounting("Computers")

View File

@@ -23,6 +23,7 @@ class UnitTestAssetShiftAllocation(UnitTestCase):
class TestAssetShiftAllocation(IntegrationTestCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
create_asset_shift_factors()
@classmethod