From 4dc8e59e7f4fd3b7027e8f14e085bf4d610c5cf1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 25 Apr 2020 03:34:31 +0200 Subject: [PATCH] Fix order of thumbs --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index cfa927ef9b1..7fe07ba2a42 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -144,9 +144,9 @@ if (empty($user->socid) && empty($conf->global->MAIN_DISABLE_GLOBAL_BOXSTATS)) 'donations', 'contracts', 'interventions', + 'supplier_proposals', 'supplier_orders', 'supplier_invoices', - 'supplier_proposals', 'ticket' );