From 7f9a167d96a3487945529d79cd16dcdc244cff44 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sun, 26 Jun 2022 17:00:38 +0200 Subject: [PATCH] Update api_categories.class.php --- htdocs/categories/class/api_categories.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/class/api_categories.class.php b/htdocs/categories/class/api_categories.class.php index c4284f59b02..fcac14f1337 100644 --- a/htdocs/categories/class/api_categories.class.php +++ b/htdocs/categories/class/api_categories.class.php @@ -49,7 +49,7 @@ class Categories extends DolibarrApi 2 => 'customer', 3 => 'member', 4 => 'contact', - 5 => 'bank_account', + 5 => 'account', 6 => 'project', 7 => 'user', 8 => 'bank_line',