From 2e4cba02cdfd03ec1c94cb02746feb7147cf638c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 4 Nov 2024 18:49:35 +0100 Subject: [PATCH] Fix missing token --- htdocs/accountancy/admin/categories_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php index 1891b492296..1401252a352 100644 --- a/htdocs/accountancy/admin/categories_list.php +++ b/htdocs/accountancy/admin/categories_list.php @@ -900,7 +900,7 @@ if ($resql) { // Active print ''; if ($canbedisabled) { - print ''.$actl[$obj->active].''; + print ''.$actl[$obj->active].''; } else { print $langs->trans("AlwaysActive"); }