Update accountancycategory.class.php

This commit is contained in:
Frédéric FRANCE 2018-09-09 23:09:52 +02:00 committed by GitHub
parent dfea391c88
commit 9d8a4e463b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,7 +378,7 @@ class AccountancyCategory
* Return list of personalized groups that are active
*
* @param int $categorytype -1=All, 0=Only non computed groups, 1=Only computed groups
* @return array Array of groups
* @return array|int Array of groups or -1 if error
*/
public function getCats($categorytype=-1)
{