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:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user