fix: Missing semicolon

This commit is contained in:
marination
2020-10-16 16:04:56 +05:30
parent 5ea276d29d
commit 2e23050338

View File

@@ -83,7 +83,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
} else if (!frm.doc.company || !frm.doc.party_type) {
frappe.throw({message: __("Please Select Both Company and Party Type First"), title: title});
}
}
};
},
refresh: function() {