Click or drag to resize

IEditSessionSetDeliveryUndelivered Method

Returns the delivery from the Delivered status back to the OnWay status.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void SetDeliveryUndelivered(
	IDeliveryOrderStub order
)

Parameters

order  IDeliveryOrderStub
Order to change status.
See Also