Compare commits
4 Commits
v1.13.23(1
...
v1.13.24(1
| Author | SHA1 | Date | |
|---|---|---|---|
| 856a807e3e | |||
| 770f014a70 | |||
| f6ff7aa80d | |||
| 4cd3e7e102 |
@@ -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 {
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user