diff --git a/erpnext/accounts/doctype/journal_entry/journal_entry.js b/erpnext/accounts/doctype/journal_entry/journal_entry.js index cf69f1bab4d..02176131cca 100644 --- a/erpnext/accounts/doctype/journal_entry/journal_entry.js +++ b/erpnext/accounts/doctype/journal_entry/journal_entry.js @@ -677,6 +677,6 @@ Object.assign(erpnext.journal_entry, { } else { erpnext.journal_entry.set_debit_credit_in_company_currency(frm, cdt, cdn); } - frm.refresh_field("accounts"); + frm.get_field("accounts").grid.refresh_row(cdn); }, });