Merge tag 'v1.36.09(402)' into develop
Finish v1.36.09(402)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user