fix: Missing semicolon

This commit is contained in:
marination 2020-10-16 16:04:56 +05:30
parent e9b04dc727
commit b14ffc4349

View File

@ -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() {