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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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