This commit is contained in:
Илья Федотов 2024-02-25 18:12:09 +04:00
parent bb8f28e937
commit a7446a549b

View File

@ -92,7 +92,6 @@ namespace DineryBusinessLogic.BusinessLogic
model.DateImplement = viewModel.DateImplement;
}
if (_orderStorage.Update(model) == null) {
model.Status--;
_logger.LogWarning("Update operarion failed");
return false;
}