Correzione

This commit is contained in:
Annamaria Sassi
2026-07-02 13:03:04 +02:00
parent d6880e681f
commit b95d3f461a
6 changed files with 8 additions and 8 deletions
@@ -75,7 +75,6 @@
.FirstOrDefault();
if (ordRowRec != null)
{
// recupero record specifico SE trovato
var currRec = dbCtx
.DbSetProdGroup
@@ -119,9 +118,10 @@
.DbSetProdGroup
.Add(newRec);
ordRowRec.ProdEstimTime = newRec.TotalEstimTime;
}
// segno ordine come Assigned se non lo fosse...
if (ordRowRec.OrderRowState != OrderStates.Assigned)
// segno ordine come Assigned se non lo fosse...
if (ordRowRec.OrderRowState != OrderStates.Assigned)
{
ordRowRec.OrderRowState = OrderStates.Assigned;
dbCtx.Entry(ordRowRec).State = EntityState.Modified;
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.1.2607.0212</Version>
<Version>1.1.2607.0213</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50</UserSecretsId>
<Version>1.1.2607.0212</Version>
<Version>1.1.2607.0213</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>LUX - Web Windows MES</i>
<h4>Versione: 1.1.2607.0212</h4>
<h4>Versione: 1.1.2607.0213</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.1.2607.0212
1.1.2607.0213
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2607.0212</version>
<version>1.1.2607.0213</version>
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
<mandatory>false</mandatory>