fix: attribute 'msgbox' not found in sales invoice.js

This commit is contained in:
Mihir Kandoi
2025-01-31 11:26:01 +05:30
parent 9a34c4c1ec
commit 5643385c22

View File

@@ -65,7 +65,7 @@ erpnext.accounts.SalesInvoiceController = class SalesInvoiceController extends (
refresh(doc, dt, dn) {
const me = this;
super.refresh();
if (this.frm.msgbox && this.frm.msgbox.$wrapper.is(":visible")) {
if (this.frm?.msgbox && this.frm.msgbox.$wrapper.is(":visible")) {
// hide new msgbox
this.frm.msgbox.hide();
}