Aggiunto update cad path post stima...

This commit is contained in:
Samuele E. Locatelli
2019-11-29 15:07:28 +01:00
parent c032f93c7e
commit 5ef0fc78fc
5 changed files with 77 additions and 20 deletions
@@ -142,6 +142,8 @@ namespace NKC_WF.Controllers
DataLayer.man.taBL.updateStatus(rispStima.BatchID, bStatus, (decimal)rispStima.EstimatedWorktime);
// salvo udpate elenco ITEMS
ComLib.updateMaterialsFromNesting(rispStima.PartList);
// aggiorno cadPath x items che non abbiano valorizzato...
DataLayer.man.taIL.updateCadPath(memLayer.ML.CRS("cadBaseBath"), false);
// registro OK
answ = "OK";
}