Fix: Correzione link documenti collegati dell'impianto

This commit is contained in:
Beppe 2024-10-28 12:33:24 +01:00
parent 11e4eb28de
commit 0ca99ebff8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ if (!empty($elementi)) {
'_DATE_' => Translator::dateToLocale($elemento['data']),
]);
if ($elemento['tipo_documento'] == 'Intervento') {
if ($elemento['tipo_documento'] == 'Attività') {
$modulo = 'Interventi';
} else {
$modulo = 'Contratti';