IEditSessionChangeDeliveryProblemComment Method |
Change the order problem comment
Namespace:
Resto.Front.Api.V5.Editors
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax void ChangeDeliveryProblemComment(
string comment,
IDeliveryOrderStub order
)
Parameters
- comment
- Type: SystemString
Problem comment. MaxLength = 1000 symbols. If HasProblem = false it does not mean that ProblemComment = null, because comment isn't erased automatically after set HasProblem to false. - order
- Type: Resto.Front.Api.V5.Editors.StubsIDeliveryOrderStub
Order to change
See Also