2
0
forked from Wavyzz/dolibarr

Update api_orders.class.php

This commit is contained in:
Laurent Destailleur
2021-08-28 14:44:13 +02:00
committed by GitHub
parent 3585259b55
commit 049992aed4

View File

@@ -1030,11 +1030,11 @@ class Orders extends DolibarrApi
*
* @url POST {id}/shipment/{warehouse_id}
*
* @return int
*
* @throws RestException 401
* @throws RestException 404
* @throws RestException 500
*
* @return int
*/
public function createOrderShipment($id, $warehouse_id)
{