PIbd-21 Kuvshinov timour Alexandrovich laba2Complicated #10

Closed
TImourka wants to merge 13 commits from laba2Complicated into laba2
Showing only changes of commit 054c0232bf - Show all commits

View File

@ -136,7 +136,7 @@ namespace AutomobilePlantBusinessLogic.BusinessLogics
throw new InvalidOperationException("Текущий статус заказа не может быть переведен в выбранный");
}
if (status == OrderStatus.Готов)
if (status == OrderStatus.Выдан)
{
var car = _carStorage.GetElement(new CarSearchModel() { Id = model.CarId });
if (car == null)