fix
This commit is contained in:
parent
ef03486ce2
commit
6a3efca511
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user