IEditSessionServeOrderCookingItem Method |
Mark order item product as served.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ServeOrderCookingItem(
IOrderCookingItemStub cookingItem,
IOrderStub order
)
Parameters
- cookingItem IOrderCookingItemStub
- Order item product to mark as served. This item should be printed, but not served yet.
- order IOrderStub
- Order which product will be served.
See Also