mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
Add missing semicolon
This commit is contained in:
@@ -173,7 +173,7 @@ erpnext.accounts.PaymentReconciliationController = frappe.ui.form.Controller.ext
|
||||
args.forEach(d => {
|
||||
frappe.model.set_value("Payment Reconciliation Payment", d.docname,
|
||||
"difference_account", d.difference_account);
|
||||
})
|
||||
});
|
||||
|
||||
me.reconcile_payment_entries();
|
||||
dialog.hide();
|
||||
|
||||
Reference in New Issue
Block a user