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);
|
||||
|
||||
Reference in New Issue
Block a user