Click or drag to resize

IEditSession.ChangeDeliveryProblemStatus Method

Change the order problem status.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeDeliveryProblemStatus(
	bool hasProblem,
	IDeliveryOrderStub order
)

Parameters

hasProblem
Type: System.Boolean
Problem flag
order
Type: Resto.Front.Api.Editors.Stubs.IDeliveryOrderStub
Order to change
See Also