Небольшой фикз бизнес-логики заказа
This commit is contained in:
parent
af101ac4d8
commit
7999acb673
@ -167,7 +167,7 @@ namespace IceCreamShopBusinessLogic.BusinessLogics
|
||||
}
|
||||
}
|
||||
model.Status = newStatus;
|
||||
if (model.Status == OrderStatus.Готов)
|
||||
if (model.Status == OrderStatus.Выдан)
|
||||
{
|
||||
model.DateImplement = DateTime.Now;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user