- Test eliminazione kit + test dettaglio kit
- fix display show/hide dettaglio KIT
This commit is contained in:
Samuele Locatelli
2025-04-14 07:57:33 +02:00
parent 3b44311f6a
commit beb7ebd509
8 changed files with 68 additions and 60 deletions
+1 -1
View File
@@ -1700,7 +1700,7 @@ namespace MP.Data.Controllers
var dbResult = dbCtx
.Database
.ExecuteSqlRaw("EXEC dbo.stp_PodlIstKit_delete @IdxPODL", pIdxPODL);
answ = true;
answ = dbResult != 0;
}
return answ;
}