Finish v1.13.24(170)
This commit is contained in:
commit
856a807e3e
@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 169
|
||||
def appVersionName = '1.13.23'
|
||||
def appVersionCode = 170
|
||||
def appVersionName = '1.13.24'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -1217,6 +1217,7 @@ public class SpedizioneViewModel {
|
||||
.setMtbAart(pickingObjectDTO.getMtbAart());
|
||||
|
||||
|
||||
if(mEnableGiacenza) {
|
||||
mtbColr.setRefMtbColr(new MtbColr()
|
||||
.setCodMart(mtbColr.getCodMart())
|
||||
.setPartitaMag(mtbColr.getPartitaMag())
|
||||
@ -1226,6 +1227,7 @@ public class SpedizioneViewModel {
|
||||
.setDataCollo(refMtbColt.getDataColloS())
|
||||
.setSerCollo(refMtbColt.getSerCollo())
|
||||
.setGestione(refMtbColt.getGestione()));
|
||||
}
|
||||
|
||||
pickingObjectDTO.getWithdrawMtbColrs().add(mtbColr);
|
||||
mCurrentMtbColt.getMtbColr().add(mtbColr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user