IEditSessionDeleteOrderItem Method |
Deletes order item from order that represents the assortment position. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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