Finish v1.13.14(160)

This commit is contained in:
Giuseppe Scorrano 2020-10-22 11:17:55 +02:00
commit 6fbdce86c7
2 changed files with 4 additions and 3 deletions

View File

@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 159
def appVersionName = '1.13.13'
def appVersionCode = 160
def appVersionName = '1.13.14'
signingConfigs {
release {

View File

@ -1103,7 +1103,8 @@ public class SpedizioneViewModel {
pickingObjectDTO.getTempPickData().getSourceMtbColt().getMtbColr().get(0) : null;
if (mtbColrToDispatch != null) {
if(UtilityString.isNullOrEmpty(mCurrentMtbColt.getCodTcol()))
mCurrentMtbColt.setCodTcol(UtilityString.empty2null(pickingObjectDTO.getTempPickData().getSourceMtbColt().getCodTcol()));
mtbColr
.setCodJcom(UtilityString.empty2null(mtbColrToDispatch.getCodJcom()))