fix creazione nuovo operatore
+ fix grafici
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user