1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 11:30:55 +01:00

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

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';