refactor(Exchange Rate Revaluation): remove unused variables

This commit is contained in:
barredterra
2024-08-08 12:05:25 +02:00
parent dc29fb8759
commit 8bd84e9d51

View File

@@ -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,