Merge branch 'develop' into feature/TokenAuthentication
This commit is contained in:
commit
c5d09b0d8b
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 433
|
||||
def appVersionName = '1.40.16'
|
||||
def appVersionCode = 434
|
||||
def appVersionName = '1.40.17'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -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