diff --git a/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js b/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js index db3c284ca8d..eeda531c4d6 100644 --- a/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js +++ b/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js @@ -85,8 +85,6 @@ frappe.ui.form.on("Exchange Rate Revaluation", { }, make_jv: function (frm) { - let revaluation_journal = null; - let zero_balance_journal = null; frappe.call({ method: "make_jv_entries", doc: frm.doc,