Update x impiego stored accelerata in elenco upload batch condizionale da config

This commit is contained in:
Samuele Locatelli
2024-07-22 11:08:37 +02:00
parent 60f9d783db
commit 59bb86e17d
@@ -466,6 +466,17 @@ namespace NKC_WF.WebUserControls
private void checkFixOds()
{
// sistemo tipo di ODS dato config...
if (memLayer.ML.CRB("batchListUseStoredLight"))
{
ods.SelectMethod = "getByStatusLight";
}
else
{
ods.SelectMethod = "getByStatus";
}
//ods.SelectMethod=
string isPartVal = "";
switch (listMode)
{