Click or drag to resize

IEditSessionChangeDeliveryFixedRestrictions Method

Fixes delivery restrictions check result values, so that they could not be corrected in Syrve POS from now on. Or unfixes them for Syrve POS to reevaluate them later on.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeDeliveryFixedRestrictions(
	bool fixedRestrictions,
	IDeliveryOrderStub order
)

Parameters

fixedRestrictions
Type: SystemBoolean
Whether delivery restrictions check result values should be fixed and not corrected in Syrve POS from now on. Fires only for Duration other than null
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also