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:
parent
ffc5585bea
commit
057120b338
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user