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 = 550
|
||||
def appVersionName = '1.50.01'
|
||||
def appVersionCode = 551
|
||||
def appVersionName = '1.50.02'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@@ -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(), () -> {
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user