Finish v1.13.24(170)

This commit is contained in:
Giuseppe Scorrano 2020-11-17 18:30:00 +01:00
commit 856a807e3e
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,15 +1217,17 @@ public class SpedizioneViewModel {
.setMtbAart(pickingObjectDTO.getMtbAart()); .setMtbAart(pickingObjectDTO.getMtbAart());
mtbColr.setRefMtbColr(new MtbColr() if(mEnableGiacenza) {
.setCodMart(mtbColr.getCodMart()) mtbColr.setRefMtbColr(new MtbColr()
.setPartitaMag(mtbColr.getPartitaMag()) .setCodMart(mtbColr.getCodMart())
.setCodTagl(mtbColr.getCodTagl()) .setPartitaMag(mtbColr.getPartitaMag())
.setCodCol(mtbColr.getCodCol()) .setCodTagl(mtbColr.getCodTagl())
.setNumCollo(refMtbColt.getNumCollo()) .setCodCol(mtbColr.getCodCol())
.setDataCollo(refMtbColt.getDataColloS()) .setNumCollo(refMtbColt.getNumCollo())
.setSerCollo(refMtbColt.getSerCollo()) .setDataCollo(refMtbColt.getDataColloS())
.setGestione(refMtbColt.getGestione())); .setSerCollo(refMtbColt.getSerCollo())
.setGestione(refMtbColt.getGestione()));
}
pickingObjectDTO.getWithdrawMtbColrs().add(mtbColr); pickingObjectDTO.getWithdrawMtbColrs().add(mtbColr);
mCurrentMtbColt.getMtbColr().add(mtbColr); mCurrentMtbColt.getMtbColr().add(mtbColr);