Finish v1_10_3(106)

This commit is contained in:
Giuseppe Scorrano 2019-12-10 11:10:57 +01:00
commit 40ac1e96e4
2 changed files with 4 additions and 2 deletions

View File

@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 105
def appVersionName = '1.10.2'
def appVersionCode = 106
def appVersionName = '1.10.3'
signingConfigs {
release {

View File

@ -1029,6 +1029,8 @@ public class VenditaOrdineInevasoViewModel implements IOnColloClosedCallback, IO
this.mPickingList.get(i).setNumCnfOrd(this.mPickingList.get(i).getNumCnfOrd().subtract(withdrawRow.getNumCnf()));
}
this.mPickingList.get(i).getWithdrawRows().clear();
}
removeListFilter();