diff --git a/htdocs/categories/class/api_category.class.php b/htdocs/categories/class/api_category.class.php index 71e727aac4a..5e558ddc486 100644 --- a/htdocs/categories/class/api_category.class.php +++ b/htdocs/categories/class/api_category.class.php @@ -301,7 +301,6 @@ class CategoryApi extends DolibarrApi * * @url GET /customer/{cusid}/addCategory/{catid} */ - function addCustomerCategory($cusid,$catid) { if(! DolibarrApiAccess::$user->rights->societe->creer) { throw new RestException(401);