Click or drag to resize

IEditSessionResetIsPrintedDeliveryBillActual Method

Resets whether latest printed bill is actual to 'false' value. Use when you want delivery bill to be print again according to settings. For example, if you changed courier and wish to have actual name on the bill, call this action and delivery will automatically printed according to settings. On the contrary, if you don't want bill to be printed again (for example, courier is written to the bill later by hands), you have no need to call this action.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ResetIsPrintedDeliveryBillActual(
	IDeliveryOrderStub order
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to reset whether its bill is considered to be actual.
See Also