SVN-Revision: r245
This commit is contained in:
tdx
2025-02-06 10:24:47 +00:00
parent 35190a7db5
commit 6e62e968ae
2 changed files with 4 additions and 46 deletions
+1 -1
View File
@@ -6011,7 +6011,7 @@ namespace Lskj.Control
{
if (focusedRow.Table.Columns.Contains(resultField))
{
focusedRow[resultField] = modelLookUp.EditValue;
focusedRow[resultField] = modelLookUp.EditText;
}
}
}