IEditSessionDeleteOrderModifierItem(IOrderStub, IOrderProductItemStub, IOrderModifierItem) Method |
Deletes order item modifier from order item that represents the assortment position. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid DeleteOrderModifierItem(
IOrderStub order,
IOrderProductItemStub orderItem,
IOrderModifierItem modifier
)
Parameters
- order IOrderStub
- Order that contains the item to be removed. Item must not be printed.
- orderItem IOrderProductItemStub
- Order item that contains the modifier to be removed.
- modifier IOrderModifierItem
- Modifier to be removed.
See Also