Update api_orders.class.php
This commit is contained in:
parent
3585259b55
commit
049992aed4
@ -1030,11 +1030,11 @@ class Orders extends DolibarrApi
|
|||||||
*
|
*
|
||||||
* @url POST {id}/shipment/{warehouse_id}
|
* @url POST {id}/shipment/{warehouse_id}
|
||||||
*
|
*
|
||||||
|
* @return int
|
||||||
|
*
|
||||||
* @throws RestException 401
|
* @throws RestException 401
|
||||||
* @throws RestException 404
|
* @throws RestException 404
|
||||||
* @throws RestException 500
|
* @throws RestException 500
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*/
|
*/
|
||||||
public function createOrderShipment($id, $warehouse_id)
|
public function createOrderShipment($id, $warehouse_id)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user