IEditSession.ChangeDeliveryProblemComment Method |
Change the order problem comment
Namespace:
Resto.Front.Api.V5.Editors
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntaxvoid ChangeDeliveryProblemComment(
string comment,
IDeliveryOrderStub order
)
Parameters
- comment
- Type: System.String
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.Stubs.IDeliveryOrderStub
Order to change
See Also