IDEMPIERE-4428 Wrong report parameters from window search (#1024)

This commit is contained in:
Carlos Ruiz 2021-12-03 07:12:04 +01:00 committed by GitHub
parent 935007d58a
commit 0b0ed6781e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2103,7 +2103,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
ValueNamePair vnp = column.getSelectedItem().getValue();
String ColumnName = vnp.getValue();
String tableUID = table.getSelectedItem() != null ? table.getSelectedItem().getValue().toString() : "";
String infoName = column.toString();
String infoName = ColumnName;
GridField field = null;
boolean isProductCategoryField = false;