ItEr49S04ValidacionEProbasFuncionaisItEr48S04: [Bug #346] The Report schedulingProgressPerOrder already is not shown empty.
This commit is contained in:
parent
70cd6cd60a
commit
4db78f82ab
1 changed files with 4 additions and 0 deletions
|
|
@ -180,7 +180,11 @@ public class SchedulingProgressPerOrderModel implements ISchedulingProgressPerOr
|
|||
.add(new SchedulingProgressPerOrderDTO(each, tasks,
|
||||
advanceType, referenceDate));
|
||||
}
|
||||
if (schedulingProgressPerOrderList.isEmpty()) {
|
||||
return new JREmptyDataSource();
|
||||
}
|
||||
return new JRBeanCollectionDataSource(schedulingProgressPerOrderList);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue