From 141bf0c5ed691702a1db42b205ca5019a9e00fba Mon Sep 17 00:00:00 2001
From: abner <983351396@qq.com>
Date: Tue, 23 Dec 2025 14:33:26 +0800
Subject: [PATCH] Fix XML syntax for performedByUserId field
The intention here should be to query by userId, but if the specific parameter key-field-name="userId" is not specified, the query will default to using partyId.
---
.../Accounting/FinancialAccount/FinancialAccountTrans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screen/SimpleScreens/Accounting/FinancialAccount/FinancialAccountTrans.xml b/screen/SimpleScreens/Accounting/FinancialAccount/FinancialAccountTrans.xml
index f39ef1b6..025f7341 100644
--- a/screen/SimpleScreens/Accounting/FinancialAccount/FinancialAccountTrans.xml
+++ b/screen/SimpleScreens/Accounting/FinancialAccount/FinancialAccountTrans.xml
@@ -85,7 +85,7 @@ along with this software (see the LICENSE.md file). If not, see
+ text="${username} - ${firstName?:''} ${lastName?:''}" key-field-name="userId"/>