Fix: Correzione link documenti collegati dell'impianto
This commit is contained in:
parent
11e4eb28de
commit
0ca99ebff8
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue