mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #26932 from matthieu-michou-wattandsea/patch-3
Update api_thirdparties.class.php
This commit is contained in:
commit
c30cb9c14f
|
|
@ -517,7 +517,7 @@ class Thirdparties extends DolibarrApi
|
|||
* @param int $category_id Id of category
|
||||
* @return Object|void
|
||||
*
|
||||
* @url POST {id}/categories/{category_id}
|
||||
* @url PUT {id}/categories/{category_id}
|
||||
*/
|
||||
public function addCategory($id, $category_id)
|
||||
{
|
||||
|
|
@ -632,7 +632,7 @@ class Thirdparties extends DolibarrApi
|
|||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @url POST {id}/supplier_categories/{category_id}
|
||||
* @url PUT {id}/supplier_categories/{category_id}
|
||||
*/
|
||||
public function addSupplierCategory($id, $category_id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user