From 2cd0503203524322efb792031e9d6a6079e8de96 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 11 Apr 2024 16:32:18 +0200 Subject: [PATCH] TAB3: - Fix ricerca ODL: non parent ma sel corrente --- MP-TAB3/Components/OdlMan.razor.cs | 4 +++- MP-TAB3/MP-TAB3.csproj | 2 +- MP-TAB3/Resources/ChangeLog.html | 2 +- MP-TAB3/Resources/VersNum.txt | 2 +- MP-TAB3/Resources/manifest.xml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/MP-TAB3/Components/OdlMan.razor.cs b/MP-TAB3/Components/OdlMan.razor.cs index 3238146f..b955e471 100644 --- a/MP-TAB3/Components/OdlMan.razor.cs +++ b/MP-TAB3/Components/OdlMan.razor.cs @@ -1527,7 +1527,9 @@ namespace MP_TAB3.Components } if (!string.IsNullOrEmpty(IdxMaccSel)) { - ListODLAll = await TabDServ.VSOdlGetUnused(IdxMaccParent, ShowAll, numDayOdl); + //2024.04.11 passo macchina selezionata SE multi... era "IdxMaccParent" + ListODLAll = await TabDServ.VSOdlGetUnused(IdxMaccSel, ShowAll, numDayOdl); + //ListODLAll = await TabDServ.VSOdlGetUnused(IdxMaccParent, ShowAll, numDayOdl); if (string.IsNullOrEmpty(SearchPodl)) { ListODL = ListODLAll; diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index c9bdc38d..fbfee59b 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2404.916 + 6.16.2404.1115 enable MP_TAB3 diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html index 07b69375..b602e04a 100644 --- a/MP-TAB3/Resources/ChangeLog.html +++ b/MP-TAB3/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2404.916

+

Versione: 6.16.2404.1115


Note di rilascio: