Merge tag 'v1.36.09(402)' into develop

Finish v1.36.09(402)
This commit is contained in:
2023-12-13 15:56:58 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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();
}