Click or drag to resize

IEditSessionChangeDeliveryProblemStatus Method

Change the order problem status.

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

Parameters

hasProblem
Type: SystemBoolean
Problem flag
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also