fix creazione nuovo operatore

+ fix grafici
This commit is contained in:
zaccaria.majid
2023-03-01 09:48:15 +01:00
parent 1a2b0e9406
commit f5dcee77fd
6 changed files with 251 additions and 217 deletions
@@ -200,7 +200,7 @@ namespace StockMan.Data.Controllers
{
var currRec = localDbCtx
.DbSetOperator
.Where(x => x.CodExt == editRec.CodExt)
.Where(x => x.Id == editRec.Id)
.FirstOrDefault();
if (currRec != null)
{