Finish v1.13.24(170)

This commit is contained in:
2020-11-17 18:30:00 +01:00
2 changed files with 13 additions and 11 deletions

View File

@@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
android { android {
def appVersionCode = 169 def appVersionCode = 170
def appVersionName = '1.13.23' def appVersionName = '1.13.24'
signingConfigs { signingConfigs {
release { release {

View File

@@ -1217,6 +1217,7 @@ public class SpedizioneViewModel {
.setMtbAart(pickingObjectDTO.getMtbAart()); .setMtbAart(pickingObjectDTO.getMtbAart());
if(mEnableGiacenza) {
mtbColr.setRefMtbColr(new MtbColr() mtbColr.setRefMtbColr(new MtbColr()
.setCodMart(mtbColr.getCodMart()) .setCodMart(mtbColr.getCodMart())
.setPartitaMag(mtbColr.getPartitaMag()) .setPartitaMag(mtbColr.getPartitaMag())
@@ -1226,6 +1227,7 @@ public class SpedizioneViewModel {
.setDataCollo(refMtbColt.getDataColloS()) .setDataCollo(refMtbColt.getDataColloS())
.setSerCollo(refMtbColt.getSerCollo()) .setSerCollo(refMtbColt.getSerCollo())
.setGestione(refMtbColt.getGestione())); .setGestione(refMtbColt.getGestione()));
}
pickingObjectDTO.getWithdrawMtbColrs().add(mtbColr); pickingObjectDTO.getWithdrawMtbColrs().add(mtbColr);
mCurrentMtbColt.getMtbColr().add(mtbColr); mCurrentMtbColt.getMtbColr().add(mtbColr);