diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 62c6c967..346a1afc 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 0.9.2512.1919 + 0.9.2512.2310 diff --git a/Lux.UI/Components/Compo/OrderRowMan.razor.cs b/Lux.UI/Components/Compo/OrderRowMan.razor.cs index 625465c3..ff320722 100644 --- a/Lux.UI/Components/Compo/OrderRowMan.razor.cs +++ b/Lux.UI/Components/Compo/OrderRowMan.razor.cs @@ -1407,6 +1407,8 @@ namespace Lux.UI.Components.Compo { AllRecords = await DLService.OrderRowGetByOffer(OrderID); totalCount = AllRecords.Count(); + // faccio un controllo/fix dei record + int numFix = await DLService.OrderRowListValidate(AllRecords); } } diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index d43de108..8346d61d 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 0.9.2512.1919 + 0.9.2512.2310 diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index da11ff50..5fea9f2a 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 0.9.2512.1919

+

Versione: 0.9.2512.2310


Note di rilascio: