1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 12:30:35 +01:00

Fix tooltip dashboard

This commit is contained in:
MatteoPistorello 2023-10-11 17:24:54 +02:00
parent ffc5585bea
commit 057120b338

View File

@ -332,6 +332,7 @@ switch (filter('op')) {
if (!empty($rs[0]['note_anagrafica'])) {
$tooltip .= '<b>'.tr('Note anagrafica').'</b>: '.nl2br($rs[0]['note_anagrafica']).'<br/>';
}
}
} else {
$query = 'SELECT
co_preventivi.nome,
@ -363,7 +364,7 @@ switch (filter('op')) {
</script>';
echo $tooltip;
}
break;
case 'carica_interventi':