mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 03:28:32 +00:00
refactor(test): supply default currency to Bank Transaction
This commit is contained in:
@@ -76,6 +76,7 @@ class TestBankReconciliationTool(AccountsTestMixin, FrappeTestCase):
|
||||
"deposit": 100,
|
||||
"bank_account": self.bank_account,
|
||||
"reference_number": "123",
|
||||
"currency": "INR",
|
||||
}
|
||||
)
|
||||
.save()
|
||||
|
||||
Reference in New Issue
Block a user