commit | 3a44d888661b0d3b81e475307484dc09ba4b2c78 | [log] [tgz] |
---|---|---|
author | GangaManoj <ganga.manoj98@gmail.com> | Tue Jun 22 16:28:29 2021 +0530 |
committer | GangaManoj <ganga.manoj98@gmail.com> | Tue Jun 22 16:28:29 2021 +0530 |
tree | 830df8b0737cd02fceccf05da37c07b468a69a81 | |
parent | 3b0eac79bf6b302d2b4800c2f6333828f00d4bff [diff] |
fix(Asset): Fix tests for Asset Repair
diff --git a/erpnext/assets/doctype/asset/test_asset.py b/erpnext/assets/doctype/asset/test_asset.py index 29fbc9f..f3667c7 100644 --- a/erpnext/assets/doctype/asset/test_asset.py +++ b/erpnext/assets/doctype/asset/test_asset.py
@@ -707,7 +707,7 @@ "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: