Click or drag to resize

IEditSessionDecreasePrintedComboAmount Method

Decrease combo with printed items amount. All redundant copies of items will be deleted according to writeoffOptions.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void DecreasePrintedComboAmount(
	int newAmount,
	WriteoffOptions writeoffOptions,
	IOrderComboStub combo,
	IOrderStub order
)

Parameters

newAmount  Int32
New combo amount. Must be less than current.
writeoffOptions  WriteoffOptions
Object that describes how part of decreased combo`s items should be removed and charged-off.
combo  IOrderComboStub
Combo with printed items which amount will be decreased.
order  IOrderStub
Order which combo amount will be decreased.
See Also