commit | 55fbddbee6cc71b81b4b529759f8a208c4554199 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Wed Jul 03 16:31:06 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed Jul 03 16:31:06 2019 +0530 |
tree | 41156cca95b84088e2b1699cfcd7ab53d85a8ed3 | |
parent | 824ad3427072588a847499e38f2625ff5136f568 [diff] |
Add missing semicolon
diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js index df31cde..d3992d5 100644 --- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js
@@ -173,7 +173,7 @@ args.forEach(d => { frappe.model.set_value("Payment Reconciliation Payment", d.docname, "difference_account", d.difference_account); - }) + }); me.reconcile_payment_entries(); dialog.hide();