Fix stream in spedizione
This commit is contained in:
parent
93abea0823
commit
027d0e891b
@ -1870,7 +1870,8 @@ public class SpedizioneViewModel {
|
||||
.setNumOrd(ord.getNumOrd())
|
||||
.setGestione(ord.getGestione())
|
||||
.setCodAnag(ord.getCodAnagOrd())
|
||||
).toList();
|
||||
)
|
||||
.collect(Collectors.toList());
|
||||
|
||||
dto.setPrintList(closedOrders);
|
||||
printClosedOrders(dto, this::onOrderClosedPrintingDone, ex -> this.sendLUPrintError(ex, this::sendOnLoadingEnded));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user