mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: changes as per review
This commit is contained in:
@@ -130,6 +130,8 @@ frappe.ui.form.on("Bank Statement Import", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
show_import_status(frm) {
|
show_import_status(frm) {
|
||||||
|
if (frm.doc.status == "Pending") return;
|
||||||
|
|
||||||
frappe.call({
|
frappe.call({
|
||||||
method: "erpnext.accounts.doctype.bank_statement_import.bank_statement_import.get_import_status",
|
method: "erpnext.accounts.doctype.bank_statement_import.bank_statement_import.get_import_status",
|
||||||
args: {
|
args: {
|
||||||
|
|||||||
Reference in New Issue
Block a user