1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

fix: #1661 collegamento documento

This commit is contained in:
valentina
2025-05-08 17:41:29 +02:00
parent 316ec3dbdd
commit feda7281f6

View File

@@ -153,7 +153,7 @@ if (empty($_GET['visualizza_allegati'])) {
<i class="fa fa-external-link"></i> '.$file->name.'
</a>
</td>
<td>'.Modules::link(Module::find($allegato['id_module']->name), $file->id_record, $documento['descrizione']).'</td>
<td>'.Modules::link(Module::find($documento['id_module'])->name, $documento['id_record'], $documento['descrizione']).'</td>
<td class="text-center">'.Translator::dateToLocale($file->created_at).'</td>
</tr>';
}