fix: Fix fieldtype in UnReconcile dialog

(cherry picked from commit 665645721b)
This commit is contained in:
Corentin Forler
2025-03-31 13:53:17 +02:00
committed by Mergify
parent 6ba4c092ba
commit 7dfff8d3a2

View File

@@ -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 = [
{