From 74cd0919b9f86106bf694d3b7b0d095736655965 Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Thu, 26 May 2022 15:39:29 +0200 Subject: [PATCH] Fix background color agente predefinito --- modules/anagrafiche/ajax/select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/anagrafiche/ajax/select.php b/modules/anagrafiche/ajax/select.php index 6c2accf19..2790216af 100755 --- a/modules/anagrafiche/ajax/select.php +++ b/modules/anagrafiche/ajax/select.php @@ -134,7 +134,7 @@ switch ($resource) { $ids = array_column($results['results'], 'id'); $pos = array_search($idagente_default, $ids); if ($pos !== false) { - $results['results'][$pos]['_bgcolor_'] = '#ff0'; + $results['results'][$pos]['_bgcolor_'] = '#ffff00'; } break;