Merge pull request #46819 from cogk/fix-fieldtype-unreconcile-dialog

fix: Fix fieldtype in UnReconcile dialog
This commit is contained in:
ruthra kumar
2025-04-08 11:25:35 +05:30
committed by GitHub

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