mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 03:35:43 +00:00
@@ -120,6 +120,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