Update scrittura nuovo record pesata su area cache ARCH

This commit is contained in:
Samuele Locatelli
2023-09-18 10:58:06 +02:00
parent ff3dff6602
commit 1511380a9d
+3 -1
View File
@@ -246,7 +246,9 @@ namespace IOB_WIN_NEXT.IobSoap
outVal.Add("lastRecOut", formatPesata(firstRec, false));
}
// la aggiungo alle pesate archiviate...
listPesateArch.Add(firstRec);
var tmpPesate = listPesateArch;
tmpPesate.Add(firstRec);
listPesateArch = tmpPesate;
}
#if false