This commit is contained in:
Павел Путилин 2023-02-06 22:09:56 +04:00
parent ef03486ce2
commit 6a3efca511

View File

@ -81,7 +81,6 @@ namespace PrecastConcretePlantBusinessLogic.BusinessLogic
private bool SetOrderStatus(OrderBindingModel model, OrderStatus orderStatus)
{
// Находим статус заказа по его айди
var vmodel = _orderStorage.GetElement(new() { Id = model.Id });
if (vmodel == null)
{