fix: Missing semicolon
This commit is contained in:
parent
e9b04dc727
commit
b14ffc4349
@ -83,7 +83,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
|
|||||||
} else if (!frm.doc.company || !frm.doc.party_type) {
|
} else if (!frm.doc.company || !frm.doc.party_type) {
|
||||||
frappe.throw({message: __("Please Select Both Company and Party Type First"), title: title});
|
frappe.throw({message: __("Please Select Both Company and Party Type First"), title: title});
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
refresh: function() {
|
refresh: function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user