refactor: use correct field name

This commit is contained in:
khushi8112
2025-08-12 01:53:46 +05:30
parent bc17d778a6
commit 8f43b41cad
5 changed files with 14 additions and 13 deletions

View File

@@ -562,7 +562,7 @@ class TestLandedCostVoucher(IntegrationTestCase):
self.assertEqual(entry.credit_in_account_currency, amounts[1])
def test_asset_lcv(self):
"Check if LCV for an Asset updates the Assets Gross Purchase Amount correctly."
"Check if LCV for an Asset updates the Assets Net Purchase Amount correctly."
frappe.db.set_value(
"Company", "_Test Company", "capital_work_in_progress_account", "CWIP Account - _TC"
)