Fix coding style errors
This commit is contained in:
parent
132cdd9ed4
commit
11292410e9
@ -301,7 +301,6 @@ class CategoryApi extends DolibarrApi
|
|||||||
*
|
*
|
||||||
* @url GET /customer/{cusid}/addCategory/{catid}
|
* @url GET /customer/{cusid}/addCategory/{catid}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function addCustomerCategory($cusid,$catid) {
|
function addCustomerCategory($cusid,$catid) {
|
||||||
if(! DolibarrApiAccess::$user->rights->societe->creer) {
|
if(! DolibarrApiAccess::$user->rights->societe->creer) {
|
||||||
throw new RestException(401);
|
throw new RestException(401);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user