Merge branch 'develop' into feature/FastPickingSpedizione

This commit is contained in:
Giuseppe Scorrano 2025-02-24 15:31:40 +01:00
commit 6c59e22101
2 changed files with 4 additions and 3 deletions

View File

@ -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 {

View File

@ -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();