Click or drag to resize

IEditSessionDeleteOrderItem Method

Deletes order item from order that represents the assortment position. User must have rights to edit orders.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void DeleteOrderItem(
	IOrderStub order,
	IOrderRootItem orderItem
)

Parameters

order  IOrderStub
Order that contains the item to be deleted.
orderItem  IOrderRootItem
Order item to be deleted. Item must not be printed.
See Also