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 {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 433
|
def appVersionCode = 434
|
||||||
def appVersionName = '1.40.16'
|
def appVersionName = '1.40.17'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -1870,7 +1870,8 @@ public class SpedizioneViewModel {
|
|||||||
.setNumOrd(ord.getNumOrd())
|
.setNumOrd(ord.getNumOrd())
|
||||||
.setGestione(ord.getGestione())
|
.setGestione(ord.getGestione())
|
||||||
.setCodAnag(ord.getCodAnagOrd())
|
.setCodAnag(ord.getCodAnagOrd())
|
||||||
).toList();
|
)
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
|
||||||
dto.setPrintList(closedOrders);
|
dto.setPrintList(closedOrders);
|
||||||
printClosedOrders(dto, this::onOrderClosedPrintingDone, ex -> this.sendLUPrintError(ex, this::sendOnLoadingEnded));
|
printClosedOrders(dto, this::onOrderClosedPrintingDone, ex -> this.sendLUPrintError(ex, this::sendOnLoadingEnded));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user