Merge tag 'v1.36.09(402)' into develop
Finish v1.36.09(402)
This commit is contained in:
commit
f5ad8e8b64
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 401
|
||||
def appVersionName = '1.36.08'
|
||||
def appVersionCode = 402
|
||||
def appVersionName = '1.36.09'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -293,6 +293,7 @@ public class DocInterniEditFormViewModel {
|
||||
.filter(x -> x.getCodVdes() == null).findFirst().get().getCheckFornitoreDTO();
|
||||
} else{
|
||||
checkFornitoreDTO = Stream.of(filterFornitori)
|
||||
.filterNot(x -> x.getCodVdes() == null)
|
||||
.filter(x -> x.getCodVdes().equals(doc.getCodVdes())).findFirst().get().getCheckFornitoreDTO();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user