Fix ricerca documenti

This commit is contained in:
Samuele Locatelli
2023-10-27 11:35:24 +02:00
parent 8bcd4dce2e
commit 08dd753216
+1 -1
View File
@@ -140,7 +140,7 @@ namespace MP_TAB_SERV.Components
private async Task ReloadComments()
{
RecordListComments = await TabServ.CommentiGetLastByMacc(RecMSE?.IdxMacchina, NumComm);
RecordListComments = await TabServ.CommentiGetLastByMacc(RecMSE?.IdxMacchina, NumGiorni, NumComm);
}
private async Task ReloadFnq()