diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index b9ef1d1d..33ecab23 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2606.0810 + 1.1.2606.0812 diff --git a/Lux.UI/Components/Compo/Common/PrintModal.razor b/Lux.UI/Components/Compo/Common/PrintModal.razor index c83f98c1..a616bcfd 100644 --- a/Lux.UI/Components/Compo/Common/PrintModal.razor +++ b/Lux.UI/Components/Compo/Common/PrintModal.razor @@ -22,7 +22,7 @@
- + @foreach (var itemAlt in ListCataloghi) { @@ -23,7 +23,7 @@
- } -
+
@if (isLoading || ListRecords == null) { @@ -286,7 +286,7 @@ else
- + } else diff --git a/Lux.UI/Components/Compo/Order/OrderRowMan.razor b/Lux.UI/Components/Compo/Order/OrderRowMan.razor index 8b43a597..04d98f4c 100644 --- a/Lux.UI/Components/Compo/Order/OrderRowMan.razor +++ b/Lux.UI/Components/Compo/Order/OrderRowMan.razor @@ -70,7 +70,7 @@ else
-
+
@if (isLoading || ListRecords == null) { diff --git a/Lux.UI/Components/Compo/Warehouse/MatReqList.razor b/Lux.UI/Components/Compo/Warehouse/MatReqList.razor index f281592c..c8a74d9e 100644 --- a/Lux.UI/Components/Compo/Warehouse/MatReqList.razor +++ b/Lux.UI/Components/Compo/Warehouse/MatReqList.razor @@ -12,7 +12,7 @@
Ord - + @foreach (var item in Enum.GetNames(typeof(Enums.OfferStates))) { diff --git a/Lux.UI/Components/Pages/Orders.razor b/Lux.UI/Components/Pages/Orders.razor index 78e8854c..e1fb1039 100644 --- a/Lux.UI/Components/Pages/Orders.razor +++ b/Lux.UI/Components/Pages/Orders.razor @@ -175,7 +175,7 @@ else
- @foreach (var item in EnvirList) +