This commit is contained in:
Danil Markov 2023-04-21 13:27:48 +04:00
parent 45e4e0049d
commit 7066c5c00a

View File

@ -52,7 +52,7 @@ namespace LawFirmBusinessLogic.BusinessLogics
{
model.DateImplement = viewModel.DateImplement;
}
CheckModel(model);
CheckModel(model, false);
if (_orderStorage.Update(model) == null)
{
model.Status--;