Finish v1_11_1(120)
This commit is contained in:
commit
860aa1b3e9
@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 119
|
||||
def appVersionName = '1.11.0'
|
||||
def appVersionCode = 120
|
||||
def appVersionName = '1.11.1'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -1150,7 +1150,7 @@ public class VenditaOrdineInevasoViewModel implements IOnColloClosedCallback, IO
|
||||
// }
|
||||
|
||||
} else {
|
||||
dto.setQtaTot(qtaDaEvadere.floatValue() < tmpPickData.getQtaTot().floatValue() ? qtaDaEvadere : tmpPickData.getQtaTot());
|
||||
dto.setQtaTot(qtaDaEvadere.floatValue() < tmpPickData.getQtaTot().floatValue() && !tmpPickData.isEanPeso() ? qtaDaEvadere : tmpPickData.getQtaTot());
|
||||
dto.setMaxQta(tmpPickData.getQtaTot());
|
||||
|
||||
if(tmpPickData.getNumCnf() != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user