Merge branch 'develop' into feature/FastPickingSpedizione
This commit is contained in:
commit
6c59e22101
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 472
|
||||
def appVersionName = '1.44.03'
|
||||
def appVersionCode = 473
|
||||
def appVersionName = '1.44.04'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -552,6 +552,7 @@ public class PickingLiberoViewModel {
|
||||
askQuantities(pickedAarts.iterator(), destNewMtbColr, () -> {
|
||||
if (!destNewMtbColr.isEmpty()) {
|
||||
|
||||
if(this.mDefaultCommessa != null)
|
||||
destNewMtbColr.forEach(x -> x.setCodJcom(this.mDefaultCommessa.getCodJcom()));
|
||||
|
||||
MtbColt clonedTestata = (MtbColt) sourceMtbColt.clone();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user