IEditSessionChangeOrderItemComment Method |
Changes product order item's comment.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid ChangeOrderItemComment(
string comment,
IOrderStub order,
IOrderCookingItemStub cookingItem
)
Parameters
- comment String
- New comment for product order item.
- order IOrderStub
- Order that contains product order item which comment will be changed.
- cookingItem IOrderCookingItemStub
- Product order item which comment will be changed. Product order item should not been printed.
See Also