commit | db829a06105b3b8bbe4fcee2d6627cb39c686355 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Sun Jan 02 17:15:01 2022 +0530 |
committer | GitHub <noreply@github.com> | Sun Jan 02 17:15:01 2022 +0530 |
tree | c01a106edc843c6490f3222ddc9d0de812d2fa7f | |
parent | ebc1039610530d3ccd014e97e633b002d86ecb17 [diff] | |
parent | 72369092a326adff510fef1a973d8f4ca2fd5ce4 [diff] |
Merge pull request #29050 from mohsinalimat/patch-1 feat: Add currency in import download statement
diff --git a/erpnext/accounts/doctype/bank_statement_import/bank_statement_import.js b/erpnext/accounts/doctype/bank_statement_import/bank_statement_import.js index 0a2e0bc..990d6d9 100644 --- a/erpnext/accounts/doctype/bank_statement_import/bank_statement_import.js +++ b/erpnext/accounts/doctype/bank_statement_import/bank_statement_import.js
@@ -239,7 +239,8 @@ "withdrawal", "description", "reference_number", - "bank_account" + "bank_account", + "currency" ], }, });