From 13277a17efede12013eaacde342865484195bd1d Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 25 Nov 2022 08:43:17 +0100 Subject: [PATCH] Fix vista + codice x display PODL --- MP.Data/Controllers/MpSpecController.cs | 4 ++-- MP.SPEC/Components/ListPODL.razor | 4 ++-- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MP.Data/Controllers/MpSpecController.cs b/MP.Data/Controllers/MpSpecController.cs index a13dc99f..5383c22b 100644 --- a/MP.Data/Controllers/MpSpecController.cs +++ b/MP.Data/Controllers/MpSpecController.cs @@ -605,13 +605,13 @@ namespace MP.Data.Controllers using (var dbCtx = new MoonProContext(_configuration)) { var Lanciato = new SqlParameter("@Lanciato", lanciato); - var CodGruppo = new SqlParameter("@CodGruppo", codGruppo); var KeyRich = new SqlParameter("@KeyRich", keyRichPart); + var CodGruppo = new SqlParameter("@CodGruppo", codGruppo); var IdxMacc = new SqlParameter("@IdxMacchina", idxMacchina); dbResult = dbCtx .DbSetPODLExp - .FromSqlRaw("EXEC stp_PODL_getByFiltSpec @Lanciato, @KeyRich, @CodGruppo, @IdxMacchina", Lanciato, KeyRich, codGruppo, IdxMacc) + .FromSqlRaw("EXEC stp_PODL_getByFiltSpec @Lanciato, @KeyRich, @CodGruppo, @IdxMacchina", Lanciato, KeyRich, CodGruppo, IdxMacc) .AsNoTracking() //.AsEnumerable() .ToList(); diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor index b27a5106..5500e381 100644 --- a/MP.SPEC/Components/ListPODL.razor +++ b/MP.SPEC/Components/ListPODL.razor @@ -87,7 +87,7 @@ else @record.CodArticolo -
@record.ArticoloNav.DescArticolo
+
@record.DescArticolo
@@ -102,7 +102,7 @@ else @record.IdxMacchina -
@record.MachineNav.Descrizione
+
@record.Nome
N° pezzi: @record.NumPezzi
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index e1713a56..f504fa4f 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2211.2419 + 6.16.2211.2508 diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index 21e0c6b9..8f084fb1 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2211.2419

+

Versione: 6.16.2211.2508


Note di rilascio:
  • diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt index ea024dc1..232fe766 100644 --- a/MP.SPEC/Resources/VersNum.txt +++ b/MP.SPEC/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2211.2419 +6.16.2211.2508 diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml index feb15ed9..91d7c675 100644 --- a/MP.SPEC/Resources/manifest.xml +++ b/MP.SPEC/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2211.2419 + 6.16.2211.2508 https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html false