The Estimate is validated
Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m28s

This commit is contained in:
Paul Schneider 2026-09-13 23:29:06 +01:00
commit 2484876c5b
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
20 changed files with 5392 additions and 218 deletions

View file

@ -125,7 +125,7 @@ namespace Yavsc.Controllers
if (estimate.CommandId != null)
{
var query = _context.Set<NominativeServiceCommand>()
var query = _context.NominativeServiceCommands
.FirstOrDefault(q => q.Id == estimate.CommandId);
if (query == null)
{