Merge pull request #29050 from mohsinalimat/patch-1

feat: Add currency in import download statement
This commit is contained in:
Deepesh Garg 2022-01-02 17:15:01 +05:30 committed by GitHub
commit db829a0610
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", "withdrawal",
"description", "description",
"reference_number", "reference_number",
"bank_account" "bank_account",
"currency"
], ],
}, },
}); });