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