Merge branch 'feature/RefactoringGestioneColli' into master-beta
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
This commit is contained in:
@@ -11,8 +11,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 540
|
||||
def appVersionName = '1.48.00'
|
||||
def appVersionCode = 541
|
||||
def appVersionName = '1.48.01'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@@ -1571,6 +1571,11 @@ public class SpedizioneViewModel {
|
||||
.setMtbAart(null);
|
||||
}
|
||||
|
||||
String codJcom = null;
|
||||
|
||||
if (pickingObjectDTO.getSitArtOrdDTO() != null)
|
||||
codJcom = pickingObjectDTO.getSitArtOrdDTO().getCodJcom();
|
||||
|
||||
var insertUDSRowRequestDto = new InsertUDSRowRequestDTO()
|
||||
.setSourceMtbColr(clonedSourceMtbColr)
|
||||
.setCodMart(pickingObjectDTO.getMtbAart().getCodMart())
|
||||
@@ -1578,7 +1583,7 @@ public class SpedizioneViewModel {
|
||||
.setQtaCnf(qtaCnf)
|
||||
.setNumCnf(numCnf)
|
||||
.setPartitaMag(partitaMag)
|
||||
.setCodJcom(pickingObjectDTO.getSitArtOrdDTO().getCodJcom())
|
||||
.setCodJcom(codJcom)
|
||||
.setTargetMtbColt(mCurrentMtbColt.clone(false));
|
||||
|
||||
if (dataScad != null)
|
||||
|
||||
Reference in New Issue
Block a user