Code comment
This commit is contained in:
parent
99239cbb38
commit
34e09315cc
@ -507,12 +507,6 @@ class Orders extends DolibarrApi
|
|||||||
* @url POST {id}/close
|
* @url POST {id}/close
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
* FIXME An error 403 is returned if the request has an empty body.
|
|
||||||
* Error message: "Forbidden: Content type `text/plain` is not supported."
|
|
||||||
* Workaround: send this in the body
|
|
||||||
* {
|
|
||||||
* "notrigger": 0
|
|
||||||
* }
|
|
||||||
*/
|
*/
|
||||||
function close($id, $notrigger=0)
|
function close($id, $notrigger=0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user