update con esito OK se non ci sono mat da sincronizzare

This commit is contained in:
Samuele Locatelli
2024-02-16 16:22:55 +01:00
parent 9fac681033
commit ebb16b6136
@@ -615,6 +615,11 @@ namespace EgtBEAMWALL.DataLayer.Controllers
answ = SyncResult.ALL_OK;
}
}
else
{
// nessun materiale da sincronizzare --> ok!
answ = SyncResult.ALL_OK;
}
}
}
}