mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix(bank statement import): return blank template instead of template with 5 records on download template (#48960)
This commit is contained in:
@@ -252,7 +252,7 @@ frappe.ui.form.on("Bank Statement Import", {
|
|||||||
|
|
||||||
open_url_post(method, {
|
open_url_post(method, {
|
||||||
doctype: "Bank Transaction",
|
doctype: "Bank Transaction",
|
||||||
export_records: "5_records",
|
export_records: "blank_template",
|
||||||
export_fields: {
|
export_fields: {
|
||||||
"Bank Transaction": [
|
"Bank Transaction": [
|
||||||
"date",
|
"date",
|
||||||
|
|||||||
Reference in New Issue
Block a user