Update componente WebWindow configurator
This commit is contained in:
@@ -3031,6 +3031,10 @@ namespace EgwCoreLib.Lux.Data.Controllers
|
||||
if (currRec != null)
|
||||
{
|
||||
currRec.ProdEstimate = prodEstim;
|
||||
if (!string.IsNullOrEmpty(prodEstim) && currRec.OrderRowState == OrderStates.Created)
|
||||
{
|
||||
currRec.OrderRowState = OrderStates.Estimated;
|
||||
}
|
||||
dbCtx.Entry(currRec).State = EntityState.Modified;
|
||||
// genero WLD x controllo
|
||||
var currWLD = new WorkLoadDetailDTO(currRec.OrderRowUID, currRec.ProdEstimate);
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Egw.Lux.WebWindow.Base" Version="2.7.12.1518" />
|
||||
<PackageReference Include="Egw.Lux.WebWindow.Base" Version="2.7.12.2312" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.21" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.21" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.21" />
|
||||
|
||||
Reference in New Issue
Block a user