fix: hide Blank Template option if its exporting data
This commit is contained in:
parent
fe1019f7cc
commit
041ab77e55
1 changed files with 3 additions and 1 deletions
|
|
@ -476,7 +476,9 @@ export default class BulkOperations {
|
|||
frappe.require("data_import_tools.bundle.js", () => {
|
||||
const data_exporter = new frappe.data_import.DataExporter(
|
||||
doctype,
|
||||
"Insert New Records"
|
||||
"Insert New Records",
|
||||
"CSV",
|
||||
true
|
||||
);
|
||||
data_exporter.dialog.set_value("export_records", "by_filter");
|
||||
data_exporter.filter_group.add_filters_to_filter_group([
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue