mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
refactor: use correct field name
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user