IEditSessionChangeDeliveryProblemComment Method |
Change the order problem comment.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid ChangeDeliveryProblemComment(
string comment,
IDeliveryOrderStub order
)
Parameters
- comment 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 IDeliveryOrderStub
- Order to change
See Also