fix(Asset): Fix tests for Asset Repair

This commit is contained in:
GangaManoj 2021-06-22 16:28:29 +05:30
parent ba9558527d
commit c34e6b1889

View File

@ -707,7 +707,7 @@ def create_asset(**args):
"available_for_use_date": "2020-06-06",
"location": "Test Location",
"asset_owner": "Company",
"is_existing_asset": args.is_existing_asset or 0
"is_existing_asset": 1
})
if asset.calculate_depreciation: