diff --git a/MP.SPEC/Components/ListDossiers.razor.cs b/MP.SPEC/Components/ListDossiers.razor.cs index 435fd7f3..4957f05d 100644 --- a/MP.SPEC/Components/ListDossiers.razor.cs +++ b/MP.SPEC/Components/ListDossiers.razor.cs @@ -232,8 +232,8 @@ namespace MP.SPEC.Components await MDService.ConfigResetCache(); ListGruppiFase = await MDService.ElencoGruppiFase(); ListStati = await MDService.AnagStatiComm(); - selAzienda = await MDService.tryGetConfig("AZIENDA"); - giacenzeConf = await MDService.tryGetConfig("SPEC_ShowGiacenze"); + selAzienda = await MDService.ConfigTryGet("AZIENDA"); + giacenzeConf = await MDService.ConfigTryGet("SPEC_ShowGiacenze"); ListArticoli = await MDService.ArticoliGetSearch(100000, selAzienda, ""); ListMacchine = await MDService.MacchineGetFilt("*"); await ReloadData(true); diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor index 71900f7d..20839fb0 100644 --- a/MP.SPEC/Components/ListPODL.razor +++ b/MP.SPEC/Components/ListPODL.razor @@ -44,14 +44,14 @@ else @if (record.IdxOdl == 0) { - @if (canStartOdl(record.IdxMacchina)) + + @*@if (canStartOdl(record.IdxMacchina)) { - } else { - - } + + }*@ @if (canStartOdl(record.IdxMacchina)) {