diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index a9c730e8..f6286ec1 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2304.509 + 6.16.2304.515 diff --git a/MP.SPEC/Pages/PODL.razor b/MP.SPEC/Pages/PODL.razor index b4f3c371..4eeffbb8 100644 --- a/MP.SPEC/Pages/PODL.razor +++ b/MP.SPEC/Pages/PODL.razor @@ -19,6 +19,10 @@ { } + else + { + + }
diff --git a/MP.SPEC/Pages/PODL.razor.cs b/MP.SPEC/Pages/PODL.razor.cs index 99184db1..24257e6f 100644 --- a/MP.SPEC/Pages/PODL.razor.cs +++ b/MP.SPEC/Pages/PODL.razor.cs @@ -136,6 +136,11 @@ namespace MP.SPEC.Pages } } + protected string addMessage + { + get => addEnabled ? "" : "Manca Selezione Impianto / Fase"; + } + /// /// Crea nuovo record e va in editing... /// @@ -143,16 +148,6 @@ namespace MP.SPEC.Pages protected async Task reqNewPODL() { header = "Nuovo PODL"; -#if false - if (ListArticoli != null && ListArticoli.Count > 0) - { - var firstArt = ListArticoli.FirstOrDefault(x => x.Azienda.StartsWith(currAzienda)); - if (firstArt != null) - { - currArticolo = firstArt.CodArticolo; - } - } -#endif artSearch = ""; string codExt = $"{currFase}"; string codGruppo = ""; diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index ff7b7900..d9bf726a 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2304.509

+

Versione: 6.16.2304.515


Note di rilascio: