mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
refactor(test): supply default currency to Bank Transaction
(cherry picked from commit a27a4db3de)
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