IEditSessionDeletePrintedOrderModifierItem Method |
Deletes order item modifier that is already printed. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid DeletePrintedOrderModifierItem(
string comment,
WriteoffOptions writeoffOptions,
IOrderStub order,
IOrderProductItemStub orderItemProduct,
IOrderModifierItemStub orderModifierItem
)
Parameters
- comment String
- Comment to the charge-off. Max length - 255 chars.
- writeoffOptions WriteoffOptions
- Object that describes how item should be removed and charged-off.
- order IOrderStub
- Order that contains the item to be removed. Item must not be printed.
- orderItemProduct IOrderProductItemStub
- Order item that contains the modifier to be removed.Item must be prin /ted.
- orderModifierItem IOrderModifierItemStub
- Order item modifier to be removed. Modifier must be printed.
See Also