commit | a27a4db3de6d6df7dd340d4212c114b7f4c0762c | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Sun Jan 14 18:09:19 2024 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Sun Jan 14 18:09:19 2024 +0530 |
tree | 272c8952926fce691fea657d1b8362bbec4f10ae | |
parent | b4354cbc8dfb22fafaed2cd39b92c438e5f199db [diff] |
refactor(test): supply default currency to Bank Transaction
diff --git a/erpnext/accounts/doctype/bank_reconciliation_tool/test_bank_reconciliation_tool.py b/erpnext/accounts/doctype/bank_reconciliation_tool/test_bank_reconciliation_tool.py index 5a6bb69..adf5925 100644 --- a/erpnext/accounts/doctype/bank_reconciliation_tool/test_bank_reconciliation_tool.py +++ b/erpnext/accounts/doctype/bank_reconciliation_tool/test_bank_reconciliation_tool.py
@@ -76,6 +76,7 @@ "deposit": 100, "bank_account": self.bank_account, "reference_number": "123", + "currency": "INR", } ) .save()