Update x impiego stored accelerata in elenco upload batch condizionale da config
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user