2
0
forked from Wavyzz/dolibarr

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

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)
{