feat: Add currency in import download statement (#29093)

This commit is contained in:
mergify[bot]
2022-01-03 13:42:25 +05:30
committed by GitHub
parent 4fdaf51599
commit 674a923669

View File

@@ -239,7 +239,8 @@ frappe.ui.form.on("Bank Statement Import", {
"withdrawal",
"description",
"reference_number",
"bank_account"
"bank_account",
"currency"
],
},
});