Skip to content

Commit

Permalink
fix: exception on exporting errored rows
Browse files Browse the repository at this point in the history
(cherry picked from commit d3c6000)
  • Loading branch information
ruthra-kumar authored and mergify[bot] committed Oct 8, 2023
1 parent 8f0e10b commit e58b3b1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,11 @@ frappe.ui.form.on("Bank Statement Import", {

export_errored_rows(frm) {
open_url_post(
"/api/method/frappe.core.doctype.data_import.data_import.download_errored_template",
"/api/method/erpnext.accounts.doctype.bank_statement_import.bank_statement_import.download_errored_template",
{
data_import_name: frm.doc.name,
}
},
true
);
},

Expand Down

0 comments on commit e58b3b1

Please sign in to comment.