diff --git a/AutomobilePlant/AutomobilePlantBusinessLogic/BusinessLogics/OrderLogic.cs b/AutomobilePlant/AutomobilePlantBusinessLogic/BusinessLogics/OrderLogic.cs index 2906b2a..0fbd6f9 100644 --- a/AutomobilePlant/AutomobilePlantBusinessLogic/BusinessLogics/OrderLogic.cs +++ b/AutomobilePlant/AutomobilePlantBusinessLogic/BusinessLogics/OrderLogic.cs @@ -194,7 +194,6 @@ namespace AutomobilePlantBusinessLogic.BusinessLogics var result = _orderStorage.Update(model); if (result == null) { - model.Status = oldStatus; _logger.LogWarning("Update operation failed"); return false; }