mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
refactor(Exchange Rate Revaluation): remove unused variables
This commit is contained in:
@@ -85,8 +85,6 @@ frappe.ui.form.on("Exchange Rate Revaluation", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
make_jv: function (frm) {
|
make_jv: function (frm) {
|
||||||
let revaluation_journal = null;
|
|
||||||
let zero_balance_journal = null;
|
|
||||||
frappe.call({
|
frappe.call({
|
||||||
method: "make_jv_entries",
|
method: "make_jv_entries",
|
||||||
doc: frm.doc,
|
doc: frm.doc,
|
||||||
|
|||||||
Reference in New Issue
Block a user