fix: run summary logger
style: indent fixes
This commit is contained in:
parent
2e1b531f4f
commit
27b7172fa4
@ -133,7 +133,7 @@ frappe.ui.form.on("Tally Migration", {
|
||||
let render_section = !(import_log === completed_log && import_log === empty);
|
||||
|
||||
frm.toggle_display("import_log_section", render_section);
|
||||
|
||||
frm.trigger("show_error_summary");
|
||||
if (render_section) {
|
||||
frm.trigger("show_errored_import_log");
|
||||
frm.trigger("show_fixed_errors_log");
|
||||
@ -303,8 +303,7 @@ const get_html_rows = (logs, field) => {
|
||||
</td>
|
||||
</tr>`;
|
||||
}
|
||||
})
|
||||
.join("");
|
||||
}).join("");
|
||||
|
||||
return rows
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user