Finish v1.13.14(160)
This commit is contained in:
commit
6fbdce86c7
@ -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 {
|
||||
|
||||
@ -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()))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user