From 665645721b3cfcdd62a82c9c080799a59071c3e8 Mon Sep 17 00:00:00 2001 From: Corentin Forler Date: Mon, 31 Mar 2025 13:53:17 +0200 Subject: [PATCH] fix: Fix fieldtype in UnReconcile dialog --- erpnext/public/js/utils/unreconcile.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/erpnext/public/js/utils/unreconcile.js b/erpnext/public/js/utils/unreconcile.js index 7dba4705e40..96b97ba81e8 100644 --- a/erpnext/public/js/utils/unreconcile.js +++ b/erpnext/public/js/utils/unreconcile.js @@ -91,7 +91,13 @@ erpnext.accounts.unreconcile_payment = { read_only: 1, options: "account_currency", }, - { label: __("Currency"), fieldname: "account_currency", fieldtype: "Currency", read_only: 1 }, + { + label: __("Currency"), + fieldname: "account_currency", + fieldtype: "Link", + options: "Currency", + read_only: 1, + }, ]; let unreconcile_dialog_fields = [ {