Finish v1.8.2(232)
This commit is contained in:
commit
df2a566322
@ -6,8 +6,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 231
|
def appVersionCode = 232
|
||||||
def appVersionName = '1.18.1'
|
def appVersionName = '1.18.2'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -75,12 +75,14 @@ public class DialogScanArtViewModel {
|
|||||||
if(!UtilityString.isNullOrEmpty(barcodeProd)) {
|
if(!UtilityString.isNullOrEmpty(barcodeProd)) {
|
||||||
if (!UtilityString.isNullOrEmpty(ean128Model.Sscc)) {
|
if (!UtilityString.isNullOrEmpty(ean128Model.Sscc)) {
|
||||||
this.executeEtichettaLU(ean128Model.Sscc, onComplete);
|
this.executeEtichettaLU(ean128Model.Sscc, onComplete);
|
||||||
} else {
|
} else if(!mForceOnlyUL) {
|
||||||
if (barcodeProd.startsWith("0") || barcodeProd.startsWith("9")) {
|
if (barcodeProd.startsWith("0") || barcodeProd.startsWith("9")) {
|
||||||
barcodeProd = barcodeProd.substring(1);
|
barcodeProd = barcodeProd.substring(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.loadArticolo(barcodeProd, ean128Model, onComplete);
|
this.loadArticolo(barcodeProd, ean128Model, onComplete);
|
||||||
|
} else {
|
||||||
|
this.sendError(new Exception("Barcode non valido"));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//EAN 128 non completo o comunque mancano i riferimenti al prodotto
|
//EAN 128 non completo o comunque mancano i riferimenti al prodotto
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user