Fix ricerca repa-opr

This commit is contained in:
Samuele Locatelli
2026-06-08 17:09:12 +02:00
parent 1eaedba6cd
commit 657e203767
10 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ namespace MP.SPEC.Pages
if (string.IsNullOrEmpty(CodGruppo))
{
ListReparti?.Clear();
var rawList = await MDService.ElencoRepartiDtoAsync();
var rawList = await MDService.ElencoRepartiDtoAsync(true);
if (string.IsNullOrEmpty(SearchVal))
{
ListReparti = rawList;