mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
refactor(Exchange Rate Revaluation): remove unused variables
(cherry picked from commit 8bd84e9d51)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user