IEditSessionDeleteOrderModifierItem(IOrderStub, IOrderCompoundItemComponentStub, 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.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid DeleteOrderModifierItem(
IOrderStub order,
IOrderCompoundItemComponentStub orderItem,
IOrderModifierItem modifier
)
Parameters
- order IOrderStub
- Order that contains the item to be removed. Item must not be printed.
- orderItem IOrderCompoundItemComponentStub
- Order item that contains the modifier to be removed.
- modifier IOrderModifierItem
- Modifier to be removed.
See Also