Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed May 21, 2024
1 parent 80bfaad commit 5c815e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public QueryDefinition getQuery() {
Language language = Language.getLoginLanguage();
List<PrintFormatColumn> columns = new ArrayList<PrintFormatColumn>();
// Add all columns
// TODO: Add all from columns instead, now is from print format but is nice to have it from columns of table
getItems().stream().filter(item -> item.getColumnId() > 0).forEach(item -> {
String columnName = null;
if(item.isVirtualColumn()) {
Expand Down

0 comments on commit 5c815e8

Please sign in to comment.