Skip to content

Commit feda728

Browse files
committed
fix: #1661 collegamento documento
1 parent 316ec3d commit feda728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/anagrafiche/plugins/allegati.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<i class="fa fa-external-link"></i> '.$file->name.'
154154
</a>
155155
</td>
156-
<td>'.Modules::link(Module::find($allegato['id_module']->name), $file->id_record, $documento['descrizione']).'</td>
156+
<td>'.Modules::link(Module::find($documento['id_module'])->name, $documento['id_record'], $documento['descrizione']).'</td>
157157
<td class="text-center">'.Translator::dateToLocale($file->created_at).'</td>
158158
</tr>';
159159
}

0 commit comments

Comments
 (0)