Merge branch 'feature/RefactoringGestioneColli' into master-beta
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good

This commit is contained in:
2025-12-09 17:05:00 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 550
def appVersionName = '1.50.01'
def appVersionCode = 551
def appVersionName = '1.50.02'
signingConfigs {
release {

View File

@@ -902,7 +902,7 @@ public class PickingLiberoViewModel {
this.sendError(new AnomaliaUlException(colloInGiac));
} else if (colloInGiac.getEscludiPickingLavorazione() && mDefaultGestione == GestioneEnum.LAVORAZIONE) {
this.sendError(new AnomaliaUlException(colloInGiac));
} else {
} else if (colloInGiac.getMessageAnomalia() != null) {
this.onWarning(colloInGiac.getMessageAnomalia(), () -> {
});
}