diff --git a/MP-TAB-SERV/Components/OdlMan.razor.cs b/MP-TAB-SERV/Components/OdlMan.razor.cs index 7aa179a9..7ea0dd96 100644 --- a/MP-TAB-SERV/Components/OdlMan.razor.cs +++ b/MP-TAB-SERV/Components/OdlMan.razor.cs @@ -494,10 +494,13 @@ namespace MP_TAB_SERV.Components } await advStep(currStep++); // se fosse multi cambio dati di promODL x successivo setup... +#if false if (isMulti) { currPodl.IdxMacchina = IdxMaccSel; - } + } +#endif + currPodl.IdxMacchina = IdxMaccSel; // 2018.07.24 verifico se devo lavorare come ODL classico o come RPO (Richiesta / // Promessa / ODL) if (enableRPO) @@ -976,7 +979,7 @@ namespace MP_TAB_SERV.Components #region Private Properties - + private string baseLang { get => MServ.UserPrefGet("Lang"); diff --git a/MP.Data/Services/TabDataService.cs b/MP.Data/Services/TabDataService.cs index d0b20c2f..6d2629c4 100644 --- a/MP.Data/Services/TabDataService.cs +++ b/MP.Data/Services/TabDataService.cs @@ -2774,7 +2774,7 @@ namespace MP.Data.Services result = dbIocController.VMSFDGetAll(); // serializzp e salvo... rawData = JsonConvert.SerializeObject(result); - await redisDb.StringSetAsync(currKey, rawData, LongCache); + await redisDb.StringSetAsync(currKey, rawData, UltraFastCache); } if (result == null) {