feat: Add currency in import download statement

Add currency in bank statement import
This commit is contained in:
MohsinAli
2021-12-28 10:27:19 +05:30
committed by GitHub
parent 25f4de80b3
commit a0863d1cb1

View File

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